mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 02:18:16 +01:00
Correct
This commit is contained in:
@@ -106,6 +106,6 @@
|
||||
"slug": "nextcloud_ocr",
|
||||
"uart": true,
|
||||
"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]"
|
||||
}
|
||||
@@ -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"
|
||||
done
|
||||
# Reset permissions
|
||||
/./01-folders.sh
|
||||
/./etc/cont-init.d/01-folders.sh
|
||||
elif bashio::config.true "disable_updates" && [ "$(version "$CONTAINERVERSION")" -gt "$(version "$CURRENTVERSION")" ]; then
|
||||
bashio::log.yellow " "
|
||||
bashio::log.yellow "New version available : $CONTAINERVERSION"
|
||||
|
||||
Reference in New Issue
Block a user