Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
scripts/functions: start dir first
Browse files Browse the repository at this point in the history
this makes the client-initiated tests much faster as the client can
directly connect to the dir when it starts
  • Loading branch information
pstorz committed Apr 20, 2017
1 parent 7ef431f commit 5ac9e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions
Expand Up @@ -210,9 +210,9 @@ run_bareos()
zstat=0
estat=0
if test "$debug" -eq 1 ; then
${scripts}/bareos-ctl-dir start -m
${scripts}/bareos-ctl-sd start -m
${scripts}/bareos-ctl-fd start -m $1
${scripts}/bareos-ctl-dir start -m
else
${scripts}/bareos start >/dev/null 2>&1
fi
Expand Down

0 comments on commit 5ac9e0b

Please sign in to comment.