lint remove stray spaces

This commit is contained in:
Phani Pavan K 2025-07-28 11:35:11 +05:30
parent 57b07bb10e
commit 8830b95cff
1 changed files with 203 additions and 202 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.8.0-unstable1
VERSION=0.8.0-unstable2
PROGNAME="$(basename "$0")"
export LC_ALL=C
@ -2011,6 +2011,7 @@ write_hostapd_conf() {
fi
if [[ -n "$VHT_CAPAB" ]]; then
echo "vht_capab=${VHT_CAPAB}" >> "$CONFDIR/hostapd.conf"
fi