Skip to content
Snippets Groups Projects
Commit e33e32ef authored by Christoph Kottke's avatar Christoph Kottke Committed by Christoph Kotte, DG0TM
Browse files

gluon-l3roamd: startup fix

after commit 085250c2 l3roamd does not start anymore
and remove the quotes seems fix the issue.
parent 44073921
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ start_service () { ...@@ -55,7 +55,7 @@ start_service () {
procd_set_param stderr 1 procd_set_param stderr 1
procd_set_param respawn "${respawn_threshold:-3660}" "${respawn_timeout:-5}" "${respawn_retry:-0}" procd_set_param respawn "${respawn_threshold:-3660}" "${respawn_timeout:-5}" "${respawn_retry:-0}"
# shellcheck disable=SC2086 # shellcheck disable=SC2086
procd_set_param command "$PROG" -s /var/run/l3roamd.sock "$prefix4" "$prefix6" $interfaces -t 254 -a "$localip" -b br-client "$roamingprefix" procd_set_param command "$PROG" -s /var/run/l3roamd.sock $prefix4 $prefix6 $interfaces -t 254 -a "$localip" -b br-client "$roamingprefix"
procd_close_instance procd_close_instance
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment