404 error in the _front.log + work in progress icon #556 🚑

This commit is contained in:
Jokob-sk
2024-02-09 20:50:55 +11:00
parent 3f75ead025
commit 169617bdd6
8 changed files with 35 additions and 14 deletions

View File

@@ -92,8 +92,13 @@ else
fi
fi
# Create an empty execution_queue.log file
echo '' > $INSTALL_DIR/pialert/front/log/execution_queue.log
# Create an empty log files
# Create the execution_queue.log file if it doesn't exist
touch "$INSTALL_DIR/pialert/front/log/execution_queue.log"
# Create the pialert_front.log file if it doesn't exist
touch "$INSTALL_DIR/pialert/front/log/pialert_front.log"
# Fixing file permissions
echo "[INSTALL] Fixing file permissions"