Improve doasedit()

This commit is contained in:
Sam A. 2022-06-14 18:06:11 +02:00
parent 66440d4bd7
commit 72f64dc027
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ doasedit() {
local STATUS=$?
doas -L
[[ $STATUS -gt 0 ]] && return 1
[[ $STATUS -eq 0 ]] || return 1
}
get_ip() {