Skip to content

Commit 14b6597

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

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
@@ -110,7 +110,7 @@ print_brake 45
110110
echo
111111
exit 1
112112
fi
113-
if [ -f "/var/www/pterodactyl/PanelBackup/tailwind.config" ]; then
113+
if [ -f "/var/www/pterodactyl/PanelBackup/tailwind.config.js" ]; then
114114
cd /var/www/pterodactyl/PanelBackup
115115
cp -rf tailwind.config.js /var/www/pterodactyl
116116
cd ..

0 commit comments

Comments
 (0)