shellcheck tweaks
This commit is contained in:
parent
fa119a8d4f
commit
d7accc8c69
3 changed files with 13 additions and 12 deletions
2
init.sh
2
init.sh
|
@ -7,7 +7,7 @@ rm /home/htpc/.kodi/userdata/keymaps/keyboard.xml
|
|||
ln /home/htpc/scripts/PJ/xml/keyboard.xml /home/htpc/.kodi/userdata/keymaps/keyboard.xml
|
||||
|
||||
rm /home/htpc/.kodi/userdata/advancedsettings.xml
|
||||
export $(grep -v '^#' /home/htpc/scripts/PJ/secrets.env | xargs)
|
||||
export "$(grep -v '^#' /home/htpc/scripts/PJ/secrets.env | xargs)"
|
||||
envsubst < /home/htpc/scripts/PJ/xml/advancedsettings.xml > /home/htpc/.kodi/userdata/advancedsettings.xml
|
||||
|
||||
# disable the power button on PJ, ignore if already commented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue