We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f9b14 commit 12ef4d2Copy full SHA for 12ef4d2
backup.sh
@@ -20,7 +20,7 @@ SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
20
21
update_variables() {
22
INFORMATIONS="/var/log/Pterodactyl-AutoThemes-informations"
23
-DET="$PTERO/resources/scripts/user.css"
+DET="$PTERO/public/themes/pterodactyl/css/admin.css"
24
ZING="$PTERO/resources/scripts/components/SidePanel.tsx"
25
if [ -f "${INFORMATIONS}/background.txt" ]; then
26
BACKGROUND="$(cat "${INFORMATIONS}/background.txt")"
0 commit comments