From bea327eb8217ac863695f433a6591cf9cc72fe86 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 13 Jun 2020 22:29:15 +0200 Subject: [PATCH] add closing bracket --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 3dc7f127..882e66c8 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -74,7 +74,7 @@ then fi # Update updatenotification.sh -if [ -f $SCRIPTS/updatenotification.sh +if [ -f $SCRIPTS/updatenotification.sh ] then download_script STATIC updatenotification chmod +x $SCRIPTS/updatenotification.sh