mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
fix more upgrade
This commit is contained in:
parent
3d24d32aba
commit
5cea4f7540
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ if ynh_version_gt "2.56~ynh1" "${previous_version}" ; then
|
|||
ynh_replace_string --match_string="__DOMAIN_URI__" --replace_string="$domain$path_url" --target_file="$config_file"
|
||||
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="$config_file"
|
||||
ynh_store_file_checksum "$config_file"
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue