diff --git a/James' Things/foundry patches/loginmusic.sh b/James' Things/foundry patches/loginmusic.sh index 14c33cf..0c1f01e 100644 --- a/James' Things/foundry patches/loginmusic.sh +++ b/James' Things/foundry patches/loginmusic.sh @@ -1,5 +1,5 @@ # Add Music to the login screen -export videoid="ZjQZxqTipHM" -export Video='
' -sed -i -e '70i $Video' /home/foundry/resources/app/templates/setup/join-game.html +videoid="ZjQZxqTipHM" +Video="
" +sed -i -e "70i $Video" /home/foundry/resources/app/templates/setup/join-game.html # Nice