mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[base-files]: On shutdown disabled every mounted swap device.
Fixes #4721 Thanks to Angel Marin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14770 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
56ca90a338
commit
d9a804f344
@ -62,5 +62,6 @@ stop() {
|
||||
config_load fstab
|
||||
config_foreach do_unmount mount
|
||||
config_foreach do_swapoff swap
|
||||
[ -x /sbin/swapoff ] && swapoff -a
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user