mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
update
This commit is contained in:
parent
0a56de02a5
commit
2f19c0d7d9
2 changed files with 11 additions and 2 deletions
|
@ -130,7 +130,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
|
||||
# Create a system user
|
||||
ynh_system_user_create $app
|
||||
#ynh_system_user_create $app
|
||||
|
||||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
|
|
|
@ -79,4 +79,13 @@ ynh_secure_remove "/var/log/$app/"
|
|||
#=================================================
|
||||
|
||||
# Delete a system user
|
||||
ynh_system_user_delete $app
|
||||
#ynh_system_user_delete $app
|
||||
|
||||
#=================================================
|
||||
# RESTORE DNSMASQ
|
||||
#=================================================
|
||||
|
||||
systemctl start dnsmasq.service
|
||||
systemctl enable dnsmasq.service
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue