mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2025-02-20 18:31:34 -05:00
d
This commit is contained in:
parent
5b70c3fd89
commit
484ab72835
@ -1003,8 +1003,8 @@ upgrade_pterodactyl_1.0(){
|
|||||||
restorecon -R /var/www/pterodactyl
|
restorecon -R /var/www/pterodactyl
|
||||||
fi
|
fi
|
||||||
output "Your panel has successfully been updated to version 1.0.1"
|
output "Your panel has successfully been updated to version 1.0.1"
|
||||||
php artisan up
|
|
||||||
php artisan queue:restart
|
php artisan queue:restart
|
||||||
|
php artisan up
|
||||||
}
|
}
|
||||||
|
|
||||||
upgrade_pterodactyl_0.7.19(){
|
upgrade_pterodactyl_0.7.19(){
|
||||||
@ -1560,7 +1560,7 @@ WorkingDirectory=/srv/daemon
|
|||||||
LimitNOFILE=4096
|
LimitNOFILE=4096
|
||||||
PIDFile=/var/run/wings/daemon.pid
|
PIDFile=/var/run/wings/daemon.pid
|
||||||
ExecStart=/usr/bin/node /srv/daemon/src/index.js
|
ExecStart=/usr/bin/node /srv/daemon/src/index.js
|
||||||
Restart=on-failure
|
Restart=on-failuref
|
||||||
StartLimitInterval=600
|
StartLimitInterval=600
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
@ -2143,9 +2143,7 @@ case $installoption in
|
|||||||
theme
|
theme
|
||||||
migrate_wings
|
migrate_wings
|
||||||
;;
|
;;
|
||||||
14) theme_options
|
14) upgrade_pterodactyl_1.0
|
||||||
upgrade_pterodactyl_1.0
|
|
||||||
theme
|
|
||||||
upgrade_daemon
|
upgrade_daemon
|
||||||
;;
|
;;
|
||||||
15) upgrade_standalone_sftp
|
15) upgrade_standalone_sftp
|
||||||
|
Loading…
Reference in New Issue
Block a user