404 error in the browser log #556 🚑

This commit is contained in:
Jokob-sk
2024-02-08 19:31:18 +11:00
parent 508a2d67b9
commit 13351a5db6
4 changed files with 19 additions and 1 deletions

View File

@@ -92,6 +92,9 @@ else
fi
fi
# Create an empty execution_queue.log file
echo '' > $INSTALL_DIR/pialert/front/log/execution_queue.log
# Fixing file permissions
echo "[INSTALL] Fixing file permissions"
@@ -140,7 +143,7 @@ fi
# Activate the virtual python environment
source myenv/bin/activate
echo "[INSTALL] 🟢 Starting app - navigate to your <server IP>:20211 (or custom port)"
echo "[INSTALL] 🚀 Starting app - navigate to your <server IP>:$LISTEN_ADDR "
# Start the PiAlert python script
python $INSTALL_DIR/pialert/pialert/