1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

[Fix] Problem conf

This commit is contained in:
frju365 2017-06-30 00:26:52 +02:00 committed by GitHub
parent 855ae335d9
commit b1502ae3e4

View file

@ -80,7 +80,6 @@ ynh_systemd_config () {
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"