mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- neutrino: fix umount of netfs-drives in ExitRun() function
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user