Don't check postactiv daemons
This commit is contained in:
parent
4ea2433d3d
commit
8699d8940c
|
@ -200,8 +200,8 @@ function upgrade_postactiv {
|
|||
function_check set_repo_commit
|
||||
set_repo_commit /var/www/$POSTACTIV_DOMAIN_NAME/htdocs "postactiv commit" "$POSTACTIV_COMMIT" $POSTACTIV_REPO
|
||||
|
||||
function_check postactiv_running_script
|
||||
postactiv_running_script
|
||||
#function_check postactiv_running_script
|
||||
#postactiv_running_script
|
||||
}
|
||||
|
||||
|
||||
|
@ -347,8 +347,8 @@ function install_postactiv_main {
|
|||
return
|
||||
fi
|
||||
|
||||
function_check postactiv_running_script
|
||||
postactiv_running_script
|
||||
#function_check postactiv_running_script
|
||||
#postactiv_running_script
|
||||
|
||||
function_check install_mariadb
|
||||
install_mariadb
|
||||
|
|
Loading…
Reference in New Issue