From 9eeafbc2ac980cec087441fb22b8d3b19231bc0e Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 4 Feb 2019 16:49:28 +0100 Subject: [PATCH] groupadd --- test/travis/before_script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/travis/before_script.sh b/test/travis/before_script.sh index fbbb6f42..ff951282 100755 --- a/test/travis/before_script.sh +++ b/test/travis/before_script.sh @@ -7,4 +7,5 @@ git clone https://github.com/olofhagsand/cligen.git sudo /sbin/ldconfig sudo make install-include (cd example && make && sudo make install) - +sudo groupadd clicon +sudo usermod -a -G clicon user