mirror of
https://github.com/YunoHost-Apps/osjs_ynh.git
synced 2024-09-03 19:56:11 +02:00
[Fix] File system
This commit is contained in:
parent
3fd56497aa
commit
1bdf9123e4
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ ynh_systemd_config () {
|
|||
if test -n "${app:-}"; then
|
||||
ynh_replace_string "__APP__" "$app" "$finalsystemdconf"
|
||||
fi
|
||||
ynh_replace_string "__PORT__" "$port" "$finalsystemdconf"
|
||||
ynh_replace_string "__FINALPATH__" "$final_path" "$finalsystemdconf"
|
||||
ynh_store_file_checksum "$finalsystemdconf"
|
||||
|
||||
sudo chown root: "$finalsystemdconf"
|
||||
|
|
Loading…
Add table
Reference in a new issue