mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 02:06:04 +02:00
Correct
This commit is contained in:
@@ -106,6 +106,6 @@
|
|||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||||
"version": "26.0.0-5_updater",
|
"version": "26.0.0-6_updater",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
@@ -32,7 +32,7 @@ if ! bashio::config.true "disable_updates"; then
|
|||||||
sudo -u abc -s /bin/bash -c "php /data/config/www/nextcloud/occ upgrade"
|
sudo -u abc -s /bin/bash -c "php /data/config/www/nextcloud/occ upgrade"
|
||||||
done
|
done
|
||||||
# Reset permissions
|
# Reset permissions
|
||||||
/./01-folders.sh
|
/./etc/cont-init.d/01-folders.sh
|
||||||
elif bashio::config.true "disable_updates" && [ "$(version "$CONTAINERVERSION")" -gt "$(version "$CURRENTVERSION")" ]; then
|
elif bashio::config.true "disable_updates" && [ "$(version "$CONTAINERVERSION")" -gt "$(version "$CURRENTVERSION")" ]; then
|
||||||
bashio::log.yellow " "
|
bashio::log.yellow " "
|
||||||
bashio::log.yellow "New version available : $CONTAINERVERSION"
|
bashio::log.yellow "New version available : $CONTAINERVERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user