Skip to content
Snippets Groups Projects
Commit 1e153f99 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install sequence

parent 78bb6a61
No related branches found
No related tags found
No related merge requests found
......@@ -402,11 +402,12 @@ function install_akaunting {
increment_app_install_progress
AKAUNTING_ONION_HOSTNAME=$(add_onion_service akaunting 80 ${AKAUNTING_ONION_PORT})
cd "/var/www/$AKAUNTING_DOMAIN_NAME/htdocs" || exit 34
install_composer
increment_app_install_progress
akaunting_generate_env
AKAUNTING_ONION_HOSTNAME=$(add_onion_service akaunting 80 ${AKAUNTING_ONION_PORT})
increment_app_install_progress
......@@ -415,12 +416,11 @@ function install_akaunting {
increment_app_install_progress
akaunting_update_email
akaunting_generate_env
increment_app_install_progress
cd "/var/www/$AKAUNTING_DOMAIN_NAME/htdocs" || exit 34
install_composer
akaunting_update_email
increment_app_install_progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment