From 415ca8a1fff7dff201de36a0413a838c20253356 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:37:30 +0200 Subject: [PATCH] Update reset_password.sh --- config/reset_password.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/reset_password.sh b/config/reset_password.sh index 97258d53..82af304c 100644 --- a/config/reset_password.sh +++ b/config/reset_password.sh @@ -7,7 +7,7 @@ if [ $CHECK_PROT -eq 0 ] then echo " Key not found. Key 'PIALERT_WEB_PROTECTION' will be created." echo " Check Config after the script is finished." - sed "/^VENDORS_DB.*/a PIALERT_WEB_PROTECTION = True" $PIA_CONF_FILE > pialert.tmp + sed "/^VENDORS_DB.*/a PIALERT_WEB_PROTECTION = False" $PIA_CONF_FILE > pialert.tmp rm $PIA_CONF_FILE.bak mv $PIA_CONF_FILE $PIA_CONF_FILE.bak mv pialert.tmp $PIA_CONF_FILE