|
@@ -200,8 +200,8 @@ function upgrade_postactiv {
|
200
|
200
|
function_check set_repo_commit
|
201
|
201
|
set_repo_commit /var/www/$POSTACTIV_DOMAIN_NAME/htdocs "postactiv commit" "$POSTACTIV_COMMIT" $POSTACTIV_REPO
|
202
|
202
|
|
203
|
|
- function_check postactiv_running_script
|
204
|
|
- postactiv_running_script
|
|
203
|
+ #function_check postactiv_running_script
|
|
204
|
+ #postactiv_running_script
|
205
|
205
|
}
|
206
|
206
|
|
207
|
207
|
|
|
@@ -347,8 +347,8 @@ function install_postactiv_main {
|
347
|
347
|
return
|
348
|
348
|
fi
|
349
|
349
|
|
350
|
|
- function_check postactiv_running_script
|
351
|
|
- postactiv_running_script
|
|
350
|
+ #function_check postactiv_running_script
|
|
351
|
+ #postactiv_running_script
|
352
|
352
|
|
353
|
353
|
function_check install_mariadb
|
354
|
354
|
install_mariadb
|