mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Update remove : delete wg0
in case of remove the application it should be possible to remove the wg0 interface. in order to create another installation in the future.
This commit is contained in:
parent
f83c3e8b18
commit
4cb1a72736
1 changed files with 3 additions and 0 deletions
|
@ -71,7 +71,10 @@ ynh_remove_logrotate
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC REMOVE
|
# SPECIFIC REMOVE
|
||||||
|
# Delete the wg0 interface
|
||||||
#=================================================
|
#=================================================
|
||||||
|
ip link delete wg0
|
||||||
|
#=============================================
|
||||||
# REMOVE VARIOUS FILES
|
# REMOVE VARIOUS FILES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue