mir3c/squashfs-root/sbin/umount_all

12 lines
130 B
Plaintext
Raw Permalink Normal View History

2018-05-25 08:49:31 +00:00
#!/bin/sh
kill -9 -1
umount /userdisk/data
umount /userdisk
umount /etc
umount /data
echo "Umount data and etc status $?"
sync