5 lines
71 B
Bash
5 lines
71 B
Bash
msg "Unmounting remote filesystems..."
|
|
|
|
sync
|
|
|
|
umount -l -r -t nfs,nfs4
|