1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00

Removed path

This commit is contained in:
anmol26s 2021-03-07 06:38:19 +05:30
parent 966ef6e120
commit 73f93772d9

View file

@ -122,7 +122,7 @@ ynh_system_user_create --username=$app
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_add_systemd_config --service="$app" --template="systemd.service" --others_var="port domain path"
ynh_add_systemd_config --service="$app" --template="systemd.service" --others_var="port domain"
#=================================================