preparations for 3.5.0

This commit is contained in:
Olof hagsand 2018-02-11 16:46:10 +07:00
parent 55010e7541
commit 6b0e0a9d18
10 changed files with 32 additions and 54 deletions

View file

@ -28,10 +28,6 @@ cat <<EOF > $cfg
</config>
EOF
# For memcheck
#clixon_cli="valgrind --leak-check=full --show-leak-kinds=all clixon_cli"
clixon_cli=clixon_cli
# kill old backend (if any)
new "kill old backend"
sudo clixon_backend -z -f $cfg
@ -39,7 +35,7 @@ if [ $? -ne 0 ]; then
err
fi
new "start backend -s init -f $cfg"
sudo clixon_backend -s init -f $cfg
sudo $clixon_backend -s init -f $cfg
if [ $? -ne 0 ]; then
err
fi