Archived
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.
Jo-Philipp Wich 633b8dd059 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