I hate linux sometimes
DID YOU KNOW, THAT " AND ' ARE NOT THE SAME? Variables get put through with ther LITERAL NAME....
This commit is contained in:
parent
51bd8dd07d
commit
156dbab820
@ -1,5 +1,5 @@
|
||||
# Add Music to the login screen
|
||||
export videoid="ZjQZxqTipHM"
|
||||
export Video='<section class="join-body flexrow"><div class="flexcol"><div class="app"><center><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/$videoid?autoplay=1&controls=0&loop=1" title="Background Music" frameborder="0" allow="autoplay;"></iframe></center></div></div></section>'
|
||||
sed -i -e '70i $Video' /home/foundry/resources/app/templates/setup/join-game.html
|
||||
videoid="ZjQZxqTipHM"
|
||||
Video="<section class='join-body flexrow'><div class='flexcol'><div class='app'><center><iframe width='560' height='315' src='https://www.youtube-nocookie.com/embed/$videoid?autoplay=1&controls=0&loop=1' title='Background Music' frameborder='0' allow='autoplay;'></iframe></center></div></div></section>"
|
||||
sed -i -e "70i $Video" /home/foundry/resources/app/templates/setup/join-game.html
|
||||
# Nice
|
||||
|
Loading…
Reference in New Issue
Block a user