diff --git a/Rsync/rsync.sh b/Rsync/rsync.sh index 2111817..5eee325 100644 --- a/Rsync/rsync.sh +++ b/Rsync/rsync.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -euo pipefail +set -e # ---------------------------------------------------------------------------------------------- # --------------------------------- Rsync Core Script ------------------------------------------ # ----------------------------------------------------------------------------------------------