travis errors

This commit is contained in:
Olof Hagsand 2019-02-11 17:21:16 +01:00
parent 9b73d604f5
commit 024ba3439d
2 changed files with 3 additions and 0 deletions

View file

@ -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