Update 01-custom_script.sh

This commit is contained in:
Alexandre
2023-10-14 20:38:55 +02:00
committed by GitHub
parent 5e61ab2beb
commit bd66dd2ec6

View File

@@ -22,6 +22,6 @@ if [ -f /config/addons_autoscripts/"${slug}".sh ]; then
chmod +x /config/addons_autoscripts/"${slug}".sh || true
/./config/addons_autoscripts/"${slug}".sh
else
bashio::log.green "... no script found"
bashio::log.green "... no script found, exiting"
fi