Revert "Update rc.wireless"

This reverts commit d5e611d8e3.
This commit is contained in:
bergware
2025-02-01 17:43:10 +01:00
parent d5e611d8e3
commit cce3a42301

View File

@@ -233,7 +233,7 @@ wifi_join(){
log "$DAEMON... No configuration."
return
fi
ssl_init
[[ -e $SSLINPUT ]] || ssl_init
# get SSL keys
. $SSLINPUT
[[ -n $USERNAME ]] && USERNAME=$(echo $USERNAME | openssl $cipher -a -d -K $(hex $key) -iv $(hex $iv) 2>/dev/null)