From 18e6099230c3bfe23d4faeeae289554f127deb87 Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 19 Oct 2018 13:06:27 +0300 Subject: Add install script and config/verbose help --- res/test-ck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/test-ck') diff --git a/res/test-ck b/res/test-ck index 423d3bd..b1fd51e 100755 --- a/res/test-ck +++ b/res/test-ck @@ -15,7 +15,7 @@ function init { mkdir -p $TEST_LOCATION/vc mkdir $TEST_LOCATION/sec - exec $BIN/ck conf $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null & + exec $BIN/ck -c $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null & wait $! } -- cgit v1.2.3