openwrtv4/package/base-files/files/etc/uci-defaults
Matthias Schiffer 86ccaf4c18
base-files: fix user creation on sysupgrade with few opkg control files
If only a single opkg control file exists (which can happen with
CONFIG_CLEAN_IPKG), grep would not print the file name by default. Instead
of forcing it using -H, we just switch to -l (print only file names) and
get rid of the cut.

Add -s to suppress an error message when no control files exist.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-24 19:08:41 +01:00
..
10_migrate-shadow treewide: remove bad local shell variable declarations 2016-09-24 14:38:20 +02:00
11_migrate-sysctl base-files: fix whitespaces 2013-12-09 11:30:14 +00:00
12_network-generate-ula base-files: remove a 'not found' error message during system boot 2014-10-03 10:56:43 +00:00
13_fix_group_user base-files: fix user creation on sysupgrade with few opkg control files 2017-01-24 19:08:41 +01:00