Skip to content

Commit c8e4945

Browse files
committed
Install rewrite v2.1
1 parent baec65f commit c8e4945

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

config/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

db/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

dockerfiles/start.sh

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ fi
8686
echo "[INSTALL] Copy starter pialert.db and pialert.conf if they don't exist"
8787

8888
# 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"
8990
cp -n "$INSTALL_DIR/pialert/back/pialert.conf" "$INSTALL_DIR/pialert/config/pialert.conf"
9091
cp -n "$INSTALL_DIR/pialert/back/pialert.db" "$INSTALL_DIR/pialert/db/pialert.db"
9192

0 commit comments

Comments
 (0)