diff --git a/James' Things/foundry patches/loginpagecss.sh b/James' Things/foundry patches/loginpagecss.sh index f9d0d8a..aa22a01 100644 --- a/James' Things/foundry patches/loginpagecss.sh +++ b/James' Things/foundry patches/loginpagecss.sh @@ -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