From 0009485e70a5b6dd86552a2ed07e74eb738a78a7 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 4 Dec 2025 19:00:06 -0500 Subject: [PATCH] Database dump files should not target the ARM folder --- Scripts/dump.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/dump.sh b/Scripts/dump.sh index f31938c..ba20b72 100755 --- a/Scripts/dump.sh +++ b/Scripts/dump.sh @@ -1,6 +1,6 @@ #!/bin/bash -TARGET_FILE=backupdb.sql -TAR_FILE=backupdb.tar.gz +TARGET_FILE=/home/pi/Boneyard/Import/backupdb.sql +TAR_FILE=/home/pi/Boneyard/Import/backupdb.tar.gz printf "Dumping database\n" if test -f "$TARGET_FILE"