Update pibackup.sh

This commit is contained in:
2023-05-21 08:22:47 -05:00
parent 7a2202e9f3
commit cf4d1bbf5b

View File

@@ -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