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 from upgrade

This commit is contained in:
anmol26s 2021-03-08 14:16:48 +05:30
parent 5beae91711
commit af7f4ddcca

View file

@ -124,7 +124,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Upgrading systemd configuration..." --weight=1
# Create a dedicated systemd config
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"
#=================================================