mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Update v-move-domain-and-database-to-account
This commit is contained in:
parent
846d8888cb
commit
ce4cb8559e
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ fi
|
|||
# Update Wordfence WAF Path #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
filepath="$USER_DATA/web/$domain/public_html/.user.ini"
|
||||
filepath="/home/USER_TO/web/$domain/public_html/.user.ini"
|
||||
filename=$(basename $filepath)
|
||||
|
||||
# Check if file exists
|
||||
|
@ -115,7 +115,7 @@ if [ -f "$filepath" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
filepath="$USER_DATA/web/$domain/public_html/wordfence-waf.php"
|
||||
filepath="/home/USER_TO/web/$domain/public_html/wordfence-waf.php"
|
||||
filename=$(basename $filepath)
|
||||
|
||||
# Check if file exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue