sysrepo: bump to latest version

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
Mislav Novakovic
2017-10-12 11:28:00 +02:00
parent 240232a231
commit cc9eedb786
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -23,6 +23,8 @@ start_service() {
stop_service()
{
kill -9 `ps | grep netopeer2-server | grep -v grep | awk '{print $1}'` >/dev/null 2>&1
service_stop ${PROG_PLUGIN}
service_stop ${PROG_DEAMON}
rm -rf /var/run/sysrepo-subscriptions/*
}