Fix line endings for shell scripts
This commit is contained in:
parent
cacd9fc4ba
commit
63b6bb4ca3
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
bashio::log.info 'Running add-on'
|
||||
exec node /plejd/main.js
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue