From 156dbab82026aa2721f6062a58c88478da3b7044 Mon Sep 17 00:00:00 2001 From: "James@SCF-GC" Date: Wed, 1 Jun 2022 21:11:28 +0200 Subject: [PATCH] I hate linux sometimes DID YOU KNOW, THAT " AND ' ARE NOT THE SAME? Variables get put through with ther LITERAL NAME.... --- 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 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