mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Install rewrite v2.1
This commit is contained in:
2
config/.gitignore
vendored
Normal file
2
config/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
db/.gitignore
vendored
Normal file
2
db/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
@@ -86,6 +86,7 @@ fi
|
|||||||
echo "[INSTALL] Copy starter pialert.db and pialert.conf if they don't exist"
|
echo "[INSTALL] Copy starter pialert.db and pialert.conf if they don't exist"
|
||||||
|
|
||||||
# Copy starter pialert.db and pialert.conf if they don't exist
|
# Copy starter pialert.db and pialert.conf if they don't exist
|
||||||
|
# cp -n "/home/pi/pialert/back/pialert.conf" "/home/pi/pialert/config/pialert.conf"
|
||||||
cp -n "$INSTALL_DIR/pialert/back/pialert.conf" "$INSTALL_DIR/pialert/config/pialert.conf"
|
cp -n "$INSTALL_DIR/pialert/back/pialert.conf" "$INSTALL_DIR/pialert/config/pialert.conf"
|
||||||
cp -n "$INSTALL_DIR/pialert/back/pialert.db" "$INSTALL_DIR/pialert/db/pialert.db"
|
cp -n "$INSTALL_DIR/pialert/back/pialert.db" "$INSTALL_DIR/pialert/db/pialert.db"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user