mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sysupgrade: use a lib func for printing to syslog.
This commit is contained in:
parent
6aa2fe7749
commit
70cacfbe71
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ hasWifi=$(chroot "${2}" db -q get hw.board.hasWifi)
|
||||||
uci_possibly_migrate_package "wireless" "$2" || exit
|
uci_possibly_migrate_package "wireless" "$2" || exit
|
||||||
|
|
||||||
# Report success.
|
# Report success.
|
||||||
logger -s -p daemon.info -t post-hooks -- "UCI wireless migrated."
|
log "post-hooks" "UCI wireless migrated."
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue