7 lines
101 B
Text
7 lines
101 B
Text
|
#!/usr/bin/with-contenv bashio
|
||
|
declare interface
|
||
|
|
||
|
interface="wg0"
|
||
|
|
||
|
exec wg-quick down "${interface}"
|