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

Merge pull request #159 from YunoHost-Apps/testing

Found some inconsistencies in the 'yunohost service add' commands bet…
This commit is contained in:
yalh76 2021-02-25 19:37:08 +01:00 committed by GitHub
commit 787b39587d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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