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:
parent
a3d3e4b819
commit
514b8ede1d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue