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:
parent
2413cb492b
commit
0238c84414
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ then
|
|||
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue