From 2fb71af96eedc3f5a624e2ee757198e5a104bb90 Mon Sep 17 00:00:00 2001 From: Michael Rodin Date: Sat, 2 Sep 2023 20:40:15 +0200 Subject: [PATCH] Added line for main function --- backup-rclone.sh | 1 + 1 file changed, 1 insertion(+) 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