*
This commit is contained in:
parent
d67215b119
commit
5f8768414e
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
|
@ -242,6 +242,8 @@ void mdCommander::driver() {
|
||||||
sprintf(work,"kill -9 %d",thisConfig->daemonProcess);
|
sprintf(work,"kill -9 %d",thisConfig->daemonProcess);
|
||||||
system(work);
|
system(work);
|
||||||
shm.remove("ausreg-cd-global");
|
shm.remove("ausreg-cd-global");
|
||||||
|
sprintf(work,"rm /dev/shm/ausreg-cd-global");
|
||||||
|
system(work);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue