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 a91290c65..107baa21e 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -43,6 +43,8 @@ else CURRENTVERSION="Not found" fi +echo " " + # If not installed, or files not available if [[ $($LAUNCHER -V 2>&1) == *"not installed"* ]] || [ ! -f /data/config/www/nextcloud/version.php ]; then bashio::log.green "--------------------------------------------------------------------------------------------------------------" @@ -72,6 +74,8 @@ elif ! grep -q "/mnt/" /data/config/www/nextcloud/config/config.php; then bashio::exit.nok fi +echo " " + ######################### # INFORM IF NEW VERSION # #########################