mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Update upgrade
This commit is contained in:
parent
c03d2ed0f7
commit
10d380235b
1 changed files with 1 additions and 4 deletions
|
@ -10,9 +10,6 @@ final_path=/opt/yunohost/$app
|
||||||
# Source YunoHost helpers
|
# Source YunoHost helpers
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
# Stop Adguard service
|
|
||||||
systemctl stop adguard
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -43,4 +40,4 @@ ynh_setup_source "$final_path"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
# Start Adguard service
|
# Start Adguard service
|
||||||
systemctl start adguard
|
systemctl restart adguard
|
||||||
|
|
Loading…
Add table
Reference in a new issue