- Minor fix.

This commit is contained in:
2025-07-26 10:54:37 +02:00
parent fa800d7eac
commit 67cb4f2940

View File

@@ -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=$!