Skip to content

Commit

Permalink
board/pluto/S40network: Be less verbose - redirect to syslog
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Apr 13, 2017
1 parent c6798e2 commit 50c07c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/pluto/S40network
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ case "$1" in
create_system_files
printf "Starting network: "
/bin/hostname -F /etc/hostname
/sbin/ifup -a
/sbin/ifup -a 2>&1 | logger
[ $? = 0 ] && echo "OK" || echo "FAIL"
;;
stop)
Expand Down

0 comments on commit 50c07c5

Please sign in to comment.