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:
parent
6be758ab42
commit
04bdc45749
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue