Update v-fix-website-permissions

This commit is contained in:
myvesta 2024-01-08 09:43:54 +01:00 committed by GitHub
parent f400b401d2
commit 1a6562eb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/bin/bash
# info: v-fix-website-permissions
# info: Fixing chown and chmod permissions in the public_html directory
# options: DOMAIN
#----------------------------------------------------------#
@ -45,7 +45,6 @@ if [ ! -d "/home/$user/web/$domain/public_html" ]; then
exit 1;
fi
#----------------------------------------------------------#
# Action #
#----------------------------------------------------------#