1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
svn-openwrt-archive/package/system/fstools/files/fstab.default
Jo-Philipp Wich 772a664571 fstools: fix exit code of uci-defaults script
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44180
2015-01-28 13:44:37 +00:00

3 lines
74 B
Plaintext

[ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab )
exit 0