mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-03 03:40:31 +02:00
Update 51-ocr
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
|
|
||||||
# Make sure there is an Nextcloud installation
|
# Make sure there is an Nextcloud installation
|
||||||
if ! [ "$(nextcloud_occ -V)" ]; then
|
#if ! [ "$(nextcloud_occ -V)" ]; 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
|
#exit 0
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Install OCR if requested
|
# Install OCR if requested
|
||||||
if bashio::config.has_value 'OCR'; then
|
if bashio::config.has_value 'OCR'; then
|
||||||
|
|||||||
Reference in New Issue
Block a user