mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
fix(level 5): add --quiet to systemctl in restore
This commit is contained in:
parent
6af8da90dc
commit
31ad24bcad
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ ynh_restore_file --origin_path=/etc/systemd/system/wireguard_ui.service
|
|||
ynh_restore_file --origin_path=/etc/systemd/system/wireguard.path
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
|
||||
|
||||
systemctl enable wireguard.path
|
||||
systemctl enable --quiet wireguard.path
|
||||
|
||||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
|
|
Loading…
Add table
Reference in a new issue