2
0
forked from Ivasoft/openwrt

fstools: fix exit code of uci-defaults script

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44180
This commit is contained in:
Jo-Philipp Wich
2015-01-28 13:44:37 +00:00
parent c3f2e8fb08
commit 772a664571
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
[ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab )
exit 0