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:
commit
787b39587d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue