Skip to content

Commit 19ad5b3

Browse files
authored
Fix syntax error in nextcloud_update.sh
Signed-off-by: enoch85 <[email protected]>
1 parent d378f0c commit 19ad5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
true
1212
SCRIPT_NAME="Nextcloud Update Script"
1313
# shellcheck source=lib.sh
14-
if [ -f /var/scripts/fetch_lib.sh
14+
if [ -f /var/scripts/fetch_lib.sh ]
1515
then
1616
# shellcheck source=static/fetch_lib.sh
1717
source /var/scripts/fetch_lib.sh

0 commit comments

Comments
 (0)