- neutrino: fix umount of netfs-drives in ExitRun() function

This commit is contained in:
GetAway
2017-01-29 21:27:45 +01:00
committed by svenhoefer
parent fd52cd5023
commit 17b8e684e0

View File

@@ -3614,6 +3614,7 @@ void CNeutrinoApp::ExitRun(const bool /*write_si*/, int retcode)
my_system("/etc/init.d/rcK");
sync();
CFSMounter::umount(); // unreachable NFS server
my_system(2,"/bin/umount", "-a");
sleep(1);