Skip to content

Commit

Permalink
[utils/common] Redirect everything to the log
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jun 8, 2024
1 parent aa255f6 commit 644ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function is_raspeberrypi_soc() {
# Disable wlan0 power management to avoid potential network
# connectivity issue during the installation process. This is
# properly handled by Ansible during the playbook execution.
if command -v iw 2>>"$LOG_FILE"; then
if command -v iw &>>"$LOG_FILE"; then
iw "$WLAN_INTERFACE" set power_save off
fi
fi
Expand Down

0 comments on commit 644ec51

Please sign in to comment.