Skip to content

Commit 1f52ec3

Browse files
committed
Removed debug stmt
1 parent a83187f commit 1f52ec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/preparetxpidist.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ mount -n -t vfat /dev/mmcblk0p1 "$mount_dir" -o rw
9494
# Configure WIFI
9595
boot_wifi=$mount_dir/wpa_supplicant.conf
9696
if [ -f "$boot_wifi" ]; then
97-
#echo "hello" > $nount_dir/found_wpa.txt
9897
mv -f $boot_wifi /etc/wpa_supplicant/wpa_supplicant.conf
9998
chmod 600 /etc/wpa_supplicant/wpa_supplicant.conf
10099
fi

0 commit comments

Comments
 (0)