diff --git a/usr/local/lib/vpn.bash b/usr/local/lib/vpn.bash index f86a201..84deab2 100644 --- a/usr/local/lib/vpn.bash +++ b/usr/local/lib/vpn.bash @@ -452,7 +452,7 @@ vpn_start() if [[ "${daemon_pid}" == "0" ]] || [[ $rc != 0 ]] then - config_make_all + vpn_config_make_all vpn_supervisor & daemon_pid=$!