From 67cb4f2940644e0e45012fbbb9682393fedbc773 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sat, 26 Jul 2025 10:54:37 +0200 Subject: [PATCH] - Minor fix. --- usr/local/lib/vpn.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$!