This commit is contained in:
parent
d67215b119
commit
5f8768414e
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…
Reference in New Issue