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