mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 20:46:28 +01:00
Update 51-elasticsearch
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
cd /data/config/www/nextcloud
|
||||
|
||||
# Make sure there is an Nextcloud installation
|
||||
#if ! [ "$(occ -V)" ]; then
|
||||
# bashio::log.warning "It seems there is no Nextcloud server installed. Please restart the addon after initialization of the user."
|
||||
# exit 0
|
||||
#fi
|
||||
if ! [ "$(occ -V)" ]; then
|
||||
bashio::log.warning "It seems there is no Nextcloud server installed. Please restart the addon after initialization of the user."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
############
|
||||
# BASED ON #
|
||||
|
||||
Reference in New Issue
Block a user