Update functions.zsh

This commit is contained in:
Sam A. 2022-07-03 19:23:01 +02:00
parent 5030805970
commit b47baa2803
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 -eq 0 ]] || return 1
return $STATUS
}
get_ip() {