mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
chmod
This commit is contained in:
@@ -68,6 +68,7 @@ until [[ "$NEW_NUMBER" -ne "$PREV_NUMBER" ]]; do
|
|||||||
NEW_NUMBER=$((RANDOM % 99 + 1))
|
NEW_NUMBER=$((RANDOM % 99 + 1))
|
||||||
done
|
done
|
||||||
cp "$0" "${NEW_NUMBER}-run.sh"
|
cp "$0" "${NEW_NUMBER}-run.sh"
|
||||||
|
chmod +x "${NEW_NUMBER}-run.sh"
|
||||||
|
|
||||||
# Start
|
# Start
|
||||||
bashio::log.info "✅ Setup complete."
|
bashio::log.info "✅ Setup complete."
|
||||||
|
|||||||
Reference in New Issue
Block a user