1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Found some inconsistencies in the 'yunohost service add' commands between install, upgrade and restore

This commit is contained in:
yalh76 2021-02-25 19:36:43 +01:00
parent f1ffcdb83a
commit b3481ae8fe
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app daemon for Pleroma"
yunohost service add $app --description="$app daemon for Pleroma"
#=================================================
# START SYSTEMD SERVICE

View file

@ -273,7 +273,7 @@ chown -R "$app":"$app" "$final_path"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app daemon for Pleroma"
yunohost service add $app --description="$app daemon for Pleroma"
#=================================================
# START SYSTEMD SERVICE