bug fixes

This commit is contained in:
ION606
2024-06-26 13:21:01 -04:00
parent 25fdb8c263
commit 3c64364dcb
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@ DIFF_OUTPUT=$(/usr/bin/sshpass -p "$password" rsync -avcn --delete -e ssh "$REMO
# Check if there are differences
if [ ! -z "$DIFF_OUTPUT" ]; then
echo -e "\e[1;32mdifferences found\e[0m"
echo "$DIFF_OUTPUT"
exit 1;
else