mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update v-fix-website-permissions
This commit is contained in:
parent
ecf419cb88
commit
f400b401d2
1 changed files with 2 additions and 4 deletions
|
@ -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 #
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue