remove excess whitespace

This commit is contained in:
Tilman Kranz 2025-03-29 18:54:20 +01:00
parent 2b07a5ee42
commit 3956e95814

View File

@ -305,6 +305,7 @@ do_start() {
if "$outbound" ; then if "$outbound" ; then
enable_local_pa_tunnel_sink || return 1 enable_local_pa_tunnel_sink || return 1
# workaround, local tunnel is not available immediately
sleep 1 sleep 1
set_local_pa_tunnel_sink_as_default || return 1 set_local_pa_tunnel_sink_as_default || return 1
fi fi
@ -484,4 +485,3 @@ EOF
fi fi
exit "$rv" exit "$rv"