Fix line endings for shell scripts

This commit is contained in:
swevictor 2023-08-16 17:03:09 +02:00
parent cacd9fc4ba
commit 63b6bb4ca3
3 changed files with 3 additions and 2 deletions

View file

@ -5,4 +5,4 @@
if -n { s6-test $# -ne 0 }
if -n { s6-test ${1} -eq 256 }
s6-svscanctl -t /var/run/s6/services
s6-svscanctl -t /var/run/s6/services

View file

@ -14,4 +14,4 @@ bashio::log.info 'Verified permissions on startup script'
chmod +x /usr/bin/plejd.sh
bashio::log.info 'Executing startup script'
exec /usr/bin/plejd.sh
exec /usr/bin/plejd.sh

View file

@ -2,3 +2,4 @@
bashio::log.info 'Running add-on'
exec node /plejd/main.js