1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

fix the restore script

This commit is contained in:
Kay0u 2021-06-09 18:50:21 +02:00
parent 2413cb492b
commit 0238c84414
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -85,7 +85,7 @@ then
ynh_restore_file --origin_path="/etc/systemd/system/${app}-notify-push.service" ynh_restore_file --origin_path="/etc/systemd/system/${app}-notify-push.service"
systemctl enable $app.service --quiet systemctl enable "${app}-notify-push".service --quiet
ynh_systemd_action --service_name="${app}-notify-push" --action=restart ynh_systemd_action --service_name="${app}-notify-push" --action=restart
fi fi