1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Fix linter warning

This commit is contained in:
ericgaspar 2020-12-02 12:29:00 +01:00
parent 074a7456dd
commit 596eb11f05
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -109,7 +109,7 @@ yunohost service add $app --description "Haste is an open-source pastebin softwa
ynh_script_progression --message="Restoring the systemd configuration..." --weight=2 ynh_script_progression --message="Restoring the systemd configuration..." --weight=2
ynh_restore_file --origin_path="/etc/systemd/system/$app.service" ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service systemctl enable $app.service --quiet
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE