1
1
Files
zyxel-vmg8825_b50b-cfw/package/base-files/files/etc/init.d/umount
T
2026-04-17 18:33:03 +02:00

9 lines
102 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP=99
stop() {
sync
umount -a -d -r
}