Database dump files should not target the ARM folder
All checks were successful
Build .NET Project / build (push) Successful in 4m50s
All checks were successful
Build .NET Project / build (push) Successful in 4m50s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
TARGET_FILE=backupdb.sql
|
TARGET_FILE=/home/pi/Boneyard/Import/backupdb.sql
|
||||||
TAR_FILE=backupdb.tar.gz
|
TAR_FILE=/home/pi/Boneyard/Import/backupdb.tar.gz
|
||||||
printf "Dumping database\n"
|
printf "Dumping database\n"
|
||||||
|
|
||||||
if test -f "$TARGET_FILE"
|
if test -f "$TARGET_FILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user