alpine re-base cleanup 🧹

This commit is contained in:
Jokob-sk
2024-03-02 10:06:32 +11:00
parent ca2df744df
commit 2362622cd0
6 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
#!/usr/bin/env bash
# 🛑 Important: This is only used for the bare-metal install 🛑
# Update /dockerfiles/start.debian.sh in most cases is preferred
# Update /install/start.debian.sh in most cases is preferred
echo "---------------------------------------------------------"
echo "[INSTALL] Run install.sh"
echo "[INSTALL] Run install.debian.sh"
echo "---------------------------------------------------------"
# Set environment variables
@@ -35,4 +35,4 @@ if [ ! -f $INSTALL_DIR/pialert/front/buildtimestamp.txt ]; then
fi
# Start PiAlert
"$INSTALL_DIR/pialert/dockerfiles/start.debian.sh"
"$INSTALL_DIR/pialert/install/start.debian.sh"