umount 106 B

12345678
  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2006 OpenWrt.org
  3. STOP=99
  4. stop() {
  5. sync
  6. /bin/umount -a -d -r
  7. }