Update 02-init_steps.sh

This commit is contained in:
Alexandre
2023-03-25 12:57:24 +01:00
committed by GitHub
parent 8eb598184e
commit dda4e64bf0

View File

@@ -111,7 +111,7 @@ if [ -f /reinstall ]; then
# Reinstall
bashio::log.green "... reinstall ongoing, please wait"
rm /data/config/www/nextcloud/index.php && \
if [ -f /data/config/www/nextcloud/index.php ]; then rm /data/config/www/nextcloud/index.php; fi && \
/./etc/s6-overlay/s6-rc.d/init-nextcloud-config/run
fi