We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2662de5 commit 49100c5Copy full SHA for 49100c5
1 file changed
themes/version1.x/Enola/build.sh
@@ -95,15 +95,15 @@ esac
95
#### Panel Backup ####
96
backup() {
97
echo
98
-print_brake 30
+print_brake 32
99
echo -e "* ${GREEN}Performing security backup...${reset}"
100
101
if [ -f "/var/www/pterodactyl/PanelBackup/PanelBackup.zip" ]; then
102
103
-print_brake 40
+print_brake 45
104
echo -e "* ${GREEN}There is already a backup, skipping step...${reset}"
105
106
107
else
108
cd /var/www/pterodactyl
109
mkdir -p PanelBackup
0 commit comments