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:
parent
47e22a04e0
commit
0174be0969
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue