travis errors
This commit is contained in:
parent
9b73d604f5
commit
024ba3439d
2 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <cligen/cligen.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,8 @@ if [ $BE -ne 0 ]; then
|
|||
if [ $? -ne 0 ]; then
|
||||
err
|
||||
fi
|
||||
pkill clixon_backend # to be sure
|
||||
|
||||
new "start backend -s init -f $cfg -y $fyang"
|
||||
sudo $clixon_backend -s init -f $cfg -y $fyang
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue