diff --git a/.gitignore b/.gitignore index 3dec936b0..7c97e80b2 100644 --- a/.gitignore +++ b/.gitignore @@ -135,4 +135,6 @@ plugins/openlitespeed plugins/gdrive/ data/ipv6.pl data/restart.pl -pip-selfcheck.json \ No newline at end of file +pip-selfcheck.json +data/ssl.pl + diff --git a/plugins/mysql/versions/8.0/install.sh b/plugins/mysql/versions/8.0/install.sh index e15c92f1e..b1677e74e 100755 --- a/plugins/mysql/versions/8.0/install.sh +++ b/plugins/mysql/versions/8.0/install.sh @@ -1,3 +1,5 @@ +export MAKEJN=-j12 + # -*- coding: utf-8 -*- #!/bin/bash diff --git a/task.py b/task.py index 5e643e21f..e65d6d5fe 100755 --- a/task.py +++ b/task.py @@ -534,7 +534,7 @@ if __name__ == "__main__": oar = setDaemon(oar) oar.start() - # OpenResty Auto Restart Start + # Panel Restart Start rps = threading.Thread(target=restartPanelService) rps = setDaemon(rps) rps.start()