Update 99-ocr.sh

This commit is contained in:
Alexandre
2023-03-25 11:27:14 +01:00
committed by GitHub
parent 1389c4a4c3
commit 85d57ef1c1

View File

@@ -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."
echo "... please install first Nextcloud through the webui"
exit 0
fi