Skip to content

Commit 0b803a8

Browse files
authored
Update backup.sh
1 parent b4eef8b commit 0b803a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ exit 1
112112
fi
113113
if [ -f "/var/www/pterodactyl/PanelBackup/tailwind.config" ]; then
114114
cd /var/www/pterodactyl/PanelBackup
115-
cp -rf tailwind.config /var/www/pterodactyl
115+
cp -rf tailwind.config.js /var/www/pterodactyl
116116
cd ..
117117
rm -rf PanelBackup
118118
else

0 commit comments

Comments
 (0)