1
0
Fork 0
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:
yalh76 2020-02-21 08:19:12 +01:00
parent 3d24d32aba
commit 5cea4f7540

View file

@ -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
#=================================================