I don't like shell :(

This commit is contained in:
Jesse James Isler 2022-06-01 21:07:24 +02:00
parent 55e2279f2e
commit 51bd8dd07d
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Add Music to the login screen
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/ZjQZxqTipHM?autoplay=1&amp;controls=0&amp;loop=1" title="Background Music" frameborder="0" allow="autoplay;"></iframe></center></div></div></section>'
sed -i -e '69i $Video' /home/foundry/resources/app/templates/setup/join-game.html
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&amp;controls=0&amp;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