From 51bd8dd07d90e6ee14e9dadf5753fc71667f0805 Mon Sep 17 00:00:00 2001 From: "James@SCF-GC" Date: Wed, 1 Jun 2022 21:07:24 +0200 Subject: [PATCH] I don't like shell :( --- James' Things/foundry patches/loginmusic.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/James' Things/foundry patches/loginmusic.sh b/James' Things/foundry patches/loginmusic.sh index 55879ad..14c33cf 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 -videoid="ZjQZxqTipHM" -Video='
' -sed -i -e '69i $Video' /home/foundry/resources/app/templates/setup/join-game.html +export videoid="ZjQZxqTipHM" +export Video='
' +sed -i -e '70i $Video' /home/foundry/resources/app/templates/setup/join-game.html # Nice