mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Rework Remove and Install
This commit is contained in:
parent
0d40ac2460
commit
c510a74406
1 changed files with 7 additions and 1 deletions
|
@ -245,6 +245,12 @@ install_wg
|
|||
configure_wg
|
||||
}
|
||||
|
||||
arg_remove_wg(){
|
||||
# Remove WireGuard
|
||||
detect_bad
|
||||
remove_wg
|
||||
}
|
||||
|
||||
parse_args ()
|
||||
{
|
||||
while [ $# -ne 0 ]
|
||||
|
@ -256,7 +262,7 @@ parse_args ()
|
|||
;;
|
||||
-remove)
|
||||
shift
|
||||
remove_wg >&2
|
||||
arg_remove_wg >&2
|
||||
;;
|
||||
-h|--help)
|
||||
usage
|
||||
|
|
Loading…
Add table
Reference in a new issue