Skip to content

Commit 2662de5

Browse files
authored
Update build.sh
1 parent 40ec414 commit 2662de5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/version1.x/Dracula/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ esac
9595
#### Panel Backup ####
9696
backup() {
9797
echo
98-
print_brake 30
98+
print_brake 32
9999
echo -e "* ${GREEN}Performing security backup...${reset}"
100-
print_brake 30
100+
print_brake 32
101101
if [ -f "/var/www/pterodactyl/PanelBackup/PanelBackup.zip" ]; then
102102
echo
103-
print_brake 40
103+
print_brake 45
104104
echo -e "* ${GREEN}There is already a backup, skipping step...${reset}"
105+
print_brake 45
105106
echo
106-
print_brake 40
107107
else
108108
cd /var/www/pterodactyl
109109
mkdir -p PanelBackup

0 commit comments

Comments
 (0)