Browse Source

remove crond restart

oubo 5 years ago
parent
commit
e7969d6200
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/upgrade/v3.0.0/v3.0.0.sh

+ 1 - 1
data/upgrade/v3.0.0/v3.0.0.sh

@@ -4,7 +4,7 @@ git config core.ignorecase false
 
 chmod 777 /app/data/tmp -R
 
-service crond restart
+#service crond restart
 hostname=`hostname`
 domain=`php /app/bin/tools.php getDomain`
 port=`php /app/bin/tools.php getPort`