Update run.sh

This commit is contained in:
2022-09-03 17:46:29 -05:00
parent ec67ff2d04
commit 0524727592

1
run.sh
View File

@@ -52,6 +52,7 @@ fi
if [ ! -f ${MountPoint}/mounted ]; then
mount.cifs ${ServerName} ${MountPoint} -o user=${UserName},password=${Password}
sleep 10
echo "waiting for backup folder to mount..."
fi
if [ -f ${MountPoint}/mounted ]; then
/opt/idssys/pibackup/pibackup.sh ${1} ${2}