mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -11,14 +11,11 @@ if [ -f /config/"${slug}".sh ]; then
|
|||||||
mv -f /config/"${slug}".sh /config/addons_autoscripts/"${slug}".sh
|
mv -f /config/"${slug}".sh /config/addons_autoscripts/"${slug}".sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Convert scripts to linux
|
|
||||||
if [ -f /usr/bin/dos2unix ]; then
|
|
||||||
dos2unix /config/addons_autoscripts/"${slug}".sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Execute scripts
|
# Execute scripts
|
||||||
if [ -f /config/addons_autoscripts/"${slug}".sh ]; then
|
if [ -f /config/addons_autoscripts/"${slug}".sh ]; then
|
||||||
bashio::log.info "... script found, executing"
|
bashio::log.info "... script found, executing"
|
||||||
|
# Convert scripts to linux
|
||||||
|
dos2unix /config/addons_autoscripts/"${slug}".sh
|
||||||
chmod +x /config/addons_autoscripts/"${slug}".sh
|
chmod +x /config/addons_autoscripts/"${slug}".sh
|
||||||
/./config/addons_autoscripts/"${slug}".sh
|
/./config/addons_autoscripts/"${slug}".sh
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
- WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING !
|
### 26.0.0-5 (31-03-2023)
|
||||||
- WARNING : Enables by default updater ; you can disable it with the option "disable_updates"
|
- ⚠ WARNING : PLEASE BACKUP NEXTCLOUD & MARIADB ADDONS BEFORE UPDATING !
|
||||||
|
- ⚠ WARNING : Enables by default updater ; you can disable it with the option "disable_updates"
|
||||||
- Improved updater code
|
- Improved updater code
|
||||||
- Autocorrection of permission errors in data directory
|
- Autocorrection of permission errors in data directory
|
||||||
|
|
||||||
|
|||||||
0
nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh
Normal file → Executable file
0
nextcloud/rootfs/etc/cont-init.d/98-upgrade.sh
Normal file → Executable file
Reference in New Issue
Block a user