File tree Expand file tree Collapse file tree 18 files changed +1258
-22
lines changed
Expand file tree Collapse file tree 18 files changed +1258
-22
lines changed Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
@@ -38,6 +38,24 @@ reset="\e[0m"
3838red=' \033[0;31m'
3939
4040
41+ # ### Only Theme Argon ####
42+
43+ removeargon () {
44+ if [ -d " /var/www/pterodactyl/public/themes/argon" ]; then
45+ cd /var/www/pterodactyl/public/themes
46+ rm -R argon
47+ else
48+ echo
49+ fi
50+ if [ -d " /var/www/pterodactyl/resources/themes/argon" ]; then
51+ cd /var/www/pterodactyl/resources/themes
52+ rm -R argon
53+ else
54+ echo
55+ fi
56+ }
57+
58+
4159# ### Restore Backup ####
4260
4361restore () {
@@ -78,5 +96,6 @@ print_brake 50
7896
7997
8098# ### Exec Script ####
99+ removeargon
81100restore
82101bye
Original file line number Diff line number Diff line change 1212#
1313# #######################################################
1414
15- SCRIPT_VERSION=" v0.6 "
15+ SCRIPT_VERSION=" v0.7 "
1616
1717
1818print_brake () {
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717ARGON=" APP_THEME=argon"
1818SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1919
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
Original file line number Diff line number Diff line change 1313# #######################################################
1414
1515# ### Variables ####
16- SCRIPT_VERSION=" v0.6 "
16+ SCRIPT_VERSION=" v0.7 "
1717SUPPORT_LINK=" https://discord.gg/buDBbSGJmQ"
1818
1919
You can’t perform that action at this time.
0 commit comments