diff --git a/backup-rclone.sh b/backup-rclone.sh index af2895e..a3b3a3a 100755 --- a/backup-rclone.sh +++ b/backup-rclone.sh @@ -137,6 +137,7 @@ if [[ $# -eq 1 ]]; then if [[ -z ${exclude+x} ]]; then exclude=("uc3rumcr3urc34u09q347c7055030785c3cc30mq3rcmu83qm3m.notanonionlink"); fi if [[ -z ${enctype+x} ]]; then enctype="plain"; fi else echo "ERROR: env-file doesn't exist!!"; exit; fi + recursive_backup $1 else echo "too many args!" exit