#!/bin/bash export DEBIAN_FRONTEND=noninteractive echo -e $(iwlist wlan0 scan | grep ESSID) > /opt/wifiWebUI/temp/getWifiNets.dat exit