mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
fix service start
This commit is contained in:
parent
b2c5728112
commit
f3582c9169
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ ynh_replace_string "__NODEJS_PATH__" "$nodejs_path" "$final_path/.env"
|
|||
ynh_replace_string "__DB_NAME__" "$db_name" "$final_path/.env"
|
||||
ynh_replace_string "__DOMAIN_URI__" "$new_domain$new_path" "$final_path/.env"
|
||||
ynh_replace_string "__PORT__" "$port" "$final_path/.env"
|
||||
ynh_systemd_action --action=start --service_name=$app --log_path="systemd" --line_match="Finishing add-custom-html-before-body-end migration"
|
||||
ynh_systemd_action --action=start --service_name=$app --log_path="systemd" --line_match="Kadira: completed instrumenting the app"
|
||||
sleep 10
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue