fix check

This commit is contained in:
Tobias Powalowski 2022-12-13 17:39:43 +01:00
parent cb3ad86f20
commit 6f65a0e1ac

View file

@ -14,6 +14,7 @@ usage()
echo "- wlan0 will be the AP"
echo "- wlan1 will be for STATION mode"
echo -e "usage: \033[1m${APPNAME} <SSID>\033[0m"
exit 0
}
if [[ -z "${1}" ]]; then