mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
port-management: Fix failing uci-defaults script
Remove leftover debug printout that was causing uci-defaults script to fail at first boot due populate_config() returning non-zero.
This commit is contained in:
parent
4de73e9cb0
commit
5d6c215f23
1 changed files with 0 additions and 2 deletions
|
|
@ -33,8 +33,6 @@ populate_config(){
|
||||||
done
|
done
|
||||||
|
|
||||||
uci commit ports
|
uci commit ports
|
||||||
|
|
||||||
[ $DEBUG ] && cat /etc/config/ports
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -f /sbin/db -a -f /etc/board-db/config/hw ] && populate_config
|
[ -f /sbin/db -a -f /etc/board-db/config/hw ] && populate_config
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue