Update v-move-domain-and-database-to-account

This commit is contained in:
myvesta 2025-05-14 14:56:58 +02:00 committed by GitHub
commit ce4cb8559e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ fi
# Update Wordfence WAF Path # # 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) filename=$(basename $filepath)
# Check if file exists # Check if file exists
@ -115,7 +115,7 @@ if [ -f "$filepath" ]; then
fi fi
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) filename=$(basename $filepath)
# Check if file exists # Check if file exists