diff --git a/CSS/addons/unraid/login-page/custom_login.sh b/CSS/addons/unraid/login-page/custom_login.sh index e30e337e..fa4e32b6 100644 --- a/CSS/addons/unraid/login-page/custom_login.sh +++ b/CSS/addons/unraid/login-page/custom_login.sh @@ -1,7 +1,7 @@ #!/bin/bash TYPE="retro-terminal" THEME="green.css" -DOMAIN="gilbn.github.io" +DOMAIN="gilbn.github.io" #if you update the domain after the script has been run, You must disable and re enable JS or the whole theme. ADD_JS="true" JS="custom_text_header.js" DISABLE_THEME="false" @@ -56,4 +56,4 @@ if ! grep -q ${TYPE}"/"${THEME} /usr/local/emhttp/login.php; then echo "Changing existing custom stylesheet.." sed -i "/" /usr/local/emhttp/login.php echo 'Stylesheet set to' ${THEME} -fi \ No newline at end of file +fi