From cf4d1bbf5bf7e05f184c6bec450ed3e58fe870b5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 May 2023 08:22:47 -0500 Subject: [PATCH] Update pibackup.sh --- pibackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pibackup.sh b/pibackup.sh index fd4dd4a..a432bee 100755 --- a/pibackup.sh +++ b/pibackup.sh @@ -28,7 +28,7 @@ if [ "$1" != "update" ]; then mount.cifs ${ServerName} ${MountPoint} -o user=${UserName},password=${Password} else mount -a - foi + fi c=0 until [ $c -gt 179 ]; do if [ -f ${MountPoint}/mounted ]; then