From b8c6ce55d052e162f3b7c573f3d8d6770589e5ba Mon Sep 17 00:00:00 2001 From: Giulio Date: Sun, 19 Jul 2020 17:02:34 +0200 Subject: [PATCH] includeSSSSSS --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 32a2e9a..6f9d495 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ cp -R webpanel/* target/overlay/var/www/html # copy the webpanel cp -R update/update.sh target/overlay #copy the update script and certificate echo "[+] Writing flags" -sed -i "s/##FLAG1##/$flag1/g" target/overlay/var/www/html/include/config.php +sed -i "s/##FLAG1##/$flag1/g" target/overlay/var/www/html/includes/config.php echo $flag2 > target/overlay/flag chmod 444 target/overlay/flag mkdir target/overlay/root