Skip to content

Commit

Permalink
removed log output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Mar 12, 2024
1 parent f1eb030 commit d839067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/installscripts/install-jukebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,6 @@ wifi_settings() {
echo "... for dhcpcd"

local wpa_supplicant_conf="/etc/wpa_supplicant/wpa_supplicant.conf"
echo "Setting ${wpa_supplicant_conf}..."
# -rw-rw-r-- 1 root netdev 137 Jul 16 08:53 /etc/wpa_supplicant/wpa_supplicant.conf
sudo cp "${jukebox_dir}"/misc/sampleconfigs/wpa_supplicant.conf.sample "${wpa_supplicant_conf}"
sudo sed -i 's/%WIFIcountryCode%/'"$WIFIcountryCode"'/' "${wpa_supplicant_conf}"
Expand Down

0 comments on commit d839067

Please sign in to comment.