remove CSS after finishing

This commit is contained in:
Jesse James Isler 2022-06-01 20:20:09 +02:00
parent 3f0198397d
commit 13d2513b7d
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ sed -i -e 's+width: 400px !important;+width: 90% !important;backdrop-filter: blu
# Append to the Foundry Style.css
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css
rm ./foundry_login.css
# Note: this is how dockerized Foundry likes to handle the sed... or linux... whatever it's a note, don't read into it
#sed -i -e 's+A+B+g' ./foundry_login.css