Skip to content

Commit

Permalink
Pass invocation parameters to raspiBackup
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Aug 9, 2024
1 parent 72bcb10 commit 41727af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper/raspiBackupNfsWrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NFSSERVER="raspifix"
NFSDIRECTORY="/disks/silver/backup"
MOUNTPOINT="/backup"

VERSION="0.0.7"
VERSION="0.0.8"

GIT_DATE="$Date$"
GIT_COMMIT="$Sha1$"
Expand Down Expand Up @@ -65,7 +65,7 @@ if ping -c1 -w3 $NFSSERVER &>/dev/null; then
exit 42
fi
fi
raspiBackup.sh
raspiBackup.sh "$@"
rc=$?
if (( $rc > 0 )); then
echo "raspiBackup failed with rc $rc"
Expand Down

0 comments on commit 41727af

Please sign in to comment.