From dba27c41bb661738c0bab4d8a7ab18770a858dcc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:54:22 +0100 Subject: [PATCH] Update 99-add_packages.sh --- nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh b/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh index 912872825..820beb09a 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh @@ -8,7 +8,7 @@ fi || bashio::log.info "occ not found" # Make sure there is an Nextcloud installation if [[ $($LAUNCHER -V 2>&1) == *"not installed"* ]]; then - bashio::log.warning "It seems there is no Nextcloud server installed. Please restart the addon after initialization of the user." + bashio::log.warning "... it seems there is no Nextcloud server installed. Please restart the addon after initialization of the user." exit 0 fi