1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/meilisearch_ynh.git synced 2024-09-03 19:45:59 +02:00

correct option

This commit is contained in:
frju365 2020-05-16 00:00:47 +02:00
parent a3d3e4b819
commit 514b8ede1d
No known key found for this signature in database
GPG key ID: C892BE847FF5635A

View file

@ -114,8 +114,8 @@ ynh_system_user_create --username=$app
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --time --weight=1
ynh_replace_string "__PORT__" "$port" "conf/systemd.service"
ynh_replace_string "__API_KEY__" "$master_key" "conf/systemd.service"
ynh_replace_string "__PORT__" "$port" "../conf/systemd.service"
ynh_replace_string "__API_KEY__" "$master_key" "../conf/systemd.service"
# Create a dedicated systemd config
ynh_add_systemd_config