This commit is contained in:
Marc Beninca 2024-11-12 10:00:55 +01:00
parent d3bfa52eda
commit 44adf7cc8f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,5 +1,5 @@
function socks {
local value
socks() {
local value
case "${1}" in
"on") value="manual" ;;
*) value="none" ;;