From ce4cb8559e922f568db982458c0ff1e5127c1b7e Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Wed, 14 May 2025 14:56:58 +0200 Subject: [PATCH] Update v-move-domain-and-database-to-account --- bin/v-move-domain-and-database-to-account | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/v-move-domain-and-database-to-account b/bin/v-move-domain-and-database-to-account index fe79d821..383fd26e 100644 --- a/bin/v-move-domain-and-database-to-account +++ b/bin/v-move-domain-and-database-to-account @@ -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