0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-02-24 00:15:02 +00:00
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