alternative to reset_password.sh

This file is now located in the "back" directory and is the basis for the login configuration in the frontend
This commit is contained in:
leiweibau
2022-08-09 22:04:41 +02:00
committed by jokob-sk
parent 83395fd97e
commit ef6eac24cc
2 changed files with 117 additions and 1 deletions

View File

@@ -531,7 +531,11 @@ test_pialert() {
echo ""
print_msg "- Enable optional Speedtest..."
chmod +x $PIALERT_HOME/back/speedtest-cli
chmod +x $PIALERT_HOME/back/speedtest-cli 2>&1 | tee -ai "$LOG"
echo ""
print_msg "- Enable optional pialert-cli..."
chmod +x $PIALERT_HOME/back/pialert-cli 2>&1 | tee -ai "$LOG"
if $FIRST_SCAN_KNOWN ; then
echo ""