1
0
Fork 0
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:
frju365 2017-06-30 00:17:52 +02:00 committed by GitHub
parent 3fd56497aa
commit 1bdf9123e4

View file

@ -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"