From a6a9a1d2830bae21fee2ccbc50f620a9b978e777 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 4 May 2020 08:13:35 +0200 Subject: [PATCH] removed redundant sudo declaration --- .functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.functions.sh b/.functions.sh index afab2dc..ee5ff45 100644 --- a/.functions.sh +++ b/.functions.sh @@ -38,7 +38,6 @@ complete -F _pw_completion pw function doh() { local options - SUDO=sudo options=(start stop restart status) if [[ ! " ${options[@]} " =~ " ${1} " ]]; then echo "wrong option, valid: ${options[@]}"