mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
neutrino: fix umount of netfs-drives in ExitRun() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17b8e684e0
Author: GetAway <get-away@t-online.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)
Origin message was:
------------------
- neutrino: fix umount of netfs-drives in ExitRun() function
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3614,6 +3614,7 @@ void CNeutrinoApp::ExitRun(const bool /*write_si*/, int retcode)
|
|||||||
|
|
||||||
my_system("/etc/init.d/rcK");
|
my_system("/etc/init.d/rcK");
|
||||||
sync();
|
sync();
|
||||||
|
CFSMounter::umount(); // unreachable NFS server
|
||||||
my_system(2,"/bin/umount", "-a");
|
my_system(2,"/bin/umount", "-a");
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user