We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baec65f commit c8e4945Copy full SHA for c8e4945
config/.gitignore
@@ -0,0 +1,2 @@
1
+*
2
+!.gitignore
db/.gitignore
dockerfiles/start.sh
@@ -86,6 +86,7 @@ fi
86
echo "[INSTALL] Copy starter pialert.db and pialert.conf if they don't exist"
87
88
# Copy starter pialert.db and pialert.conf if they don't exist
89
+# cp -n "/home/pi/pialert/back/pialert.conf" "/home/pi/pialert/config/pialert.conf"
90
cp -n "$INSTALL_DIR/pialert/back/pialert.conf" "$INSTALL_DIR/pialert/config/pialert.conf"
91
cp -n "$INSTALL_DIR/pialert/back/pialert.db" "$INSTALL_DIR/pialert/db/pialert.db"
92
0 commit comments