Update v-fix-website-permissions

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

View file

@ -12,8 +12,9 @@ if [ "$whoami" != "root" ]; then
exit 1
fi
# Importing system environment
# Importing system environment and includes
source /etc/profile
source /usr/local/vesta/func/main.sh
# Argument definition
domain=$1
@ -26,9 +27,6 @@ fi
USER=$user
# Includes
source /usr/local/vesta/func/main.sh
#----------------------------------------------------------#
# Verifications #
#----------------------------------------------------------#