- Minor fix.
This commit is contained in:
@@ -452,7 +452,7 @@ vpn_start()
|
|||||||
|
|
||||||
if [[ "${daemon_pid}" == "0" ]] || [[ $rc != 0 ]]
|
if [[ "${daemon_pid}" == "0" ]] || [[ $rc != 0 ]]
|
||||||
then
|
then
|
||||||
config_make_all
|
vpn_config_make_all
|
||||||
|
|
||||||
vpn_supervisor &
|
vpn_supervisor &
|
||||||
daemon_pid=$!
|
daemon_pid=$!
|
||||||
|
|||||||
Reference in New Issue
Block a user