From d9016380b535a329e7f226f49ac3bb37e78cff80 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 24 Mar 2023 11:20:29 +0100 Subject: [PATCH] Update 02-init_steps.sh --- nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh index 171f36f95..02f1a386a 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -37,9 +37,9 @@ if [ -f /data/config/www/nextcloud/version.php ]; then else if [ -d /data/config/www/nextcloud ]; then rm -r /data/config/www/nextcloud; fi CURRENTVERSION="$(cat /nextcloudversion)" - bashio::log.info "---------------------------------------------------------------------------------------------------------------" - bashio::log.info "No Nextcloud version installed, please wait for startup, login Webui, install Nextcloud, then restart the addon" - bashio::log.info "---------------------------------------------------------------------------------------------------------------" + bashio::log.warning "--------------------------------------------------------------------------------------------------------------" + bashio::log.warning "Nextcloud not installed, please wait for addon startup, login Webui, install Nextcloud, then restart the addon" + bashio::log.warning "--------------------------------------------------------------------------------------------------------------" exit 0 fi