mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
update
This commit is contained in:
@@ -16,7 +16,7 @@ if [ -f /config/addons_autoscripts/"${slug}".sh ]; then
|
||||
bashio::log.info "... script found, executing"
|
||||
# Convert scripts to linux
|
||||
dos2unix /config/addons_autoscripts/"${slug}".sh || true
|
||||
chmod +x /config/addons_autoscripts/"${slug}".sh
|
||||
chmod +x /config/addons_autoscripts/"${slug}".sh || true
|
||||
/./config/addons_autoscripts/"${slug}".sh
|
||||
else
|
||||
bashio::log.info "... no script found"
|
||||
|
||||
Reference in New Issue
Block a user