From 73b99912ec5395e9253a3046cdd3ae0222ac9a9e Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Sat, 23 Jan 2021 11:08:19 +0100 Subject: [PATCH] Removed exit --- scripts/data/make-home-cloud-compatible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data/make-home-cloud-compatible.sh b/scripts/data/make-home-cloud-compatible.sh index 883cfe5..3534cd5 100644 --- a/scripts/data/make-home-cloud-compatible.sh +++ b/scripts/data/make-home-cloud-compatible.sh @@ -24,7 +24,7 @@ for folder in "${directories[@]}"; do echo "Folder $home_directory is now syncronized with cloud." || exit 1 else echo "Directory $home_directory skipped, because it doesn't exist here $cloud_directory." && - echo "Please create $cloud_directory or syncronize the cloud folder!" && exit 1; + echo "Please create $cloud_directory or syncronize the cloud folder!"; fi fi done