1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

/etc/iiab/handle -> /etc/iiab/openvpn_handle

This commit is contained in:
A Holt 2018-08-13 16:40:58 -04:00 committed by GitHub
parent 47e22a04e0
commit 0174be0969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@ if [ -z "$HANDLE" ]; then
'{ if((toupper($1) == "HANDLE") && ($2 == "=")) { print $3;}}'`
fi
if [ -z "$HANDLE" ]; then
if [ -f /etc/iiab/handle ]; then
HANDLE=`cat /etc/iiab/handle`
if [ -f /etc/iiab/openvpn_handle ]; then
HANDLE=`cat /etc/iiab/openvpn_handle`
fi
fi
if [ -f /etc/iiab/uuid ]; then