1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00

[enh] recalculate checksum

This commit is contained in:
tituspijean 2020-04-18 12:08:56 +02:00
parent 6be758ab42
commit 04bdc45749
2 changed files with 2 additions and 0 deletions

View file

@ -207,6 +207,7 @@ ynh_add_systemd_config
ynh_replace_string "__ENV_PATH__" "$PATH" "$finalsystemdconf"
ynh_replace_string "__NODEJS_PATH__" "$nodejs_path" "$finalsystemdconf"
ynh_replace_string "__FINALPATH__" "$final_path" "$finalsystemdconf"
ynh_store_file_checksum --file="$finalsystemdconf"
systemctl daemon-reload

View file

@ -193,6 +193,7 @@ ynh_add_systemd_config
ynh_replace_string "__ENV_PATH__" "$PATH" "$finalsystemdconf"
ynh_replace_string "__NODEJS_PATH__" "$nodejs_path" "$finalsystemdconf"
ynh_replace_string "__FINALPATH__" "$final_path" "$finalsystemdconf"
ynh_store_file_checksum --file="$finalsystemdconf"
systemctl daemon-reload