remove duplicated hostapd.conf path info (will show after)

This commit is contained in:
garywill 2023-10-04 11:21:50 +08:00
parent 4e92b3ebf5
commit 183cf44934
1 changed files with 0 additions and 1 deletions

View File

@ -1865,7 +1865,6 @@ write_hostapd_conf() {
else else
echo "WARN: WiFi is not protected by password" >&2 echo "WARN: WiFi is not protected by password" >&2
fi fi
echo "Config for current session is $CONFDIR/hostapd.conf" # Useful for sharing with other hostapd users.
chmod 600 "$CONFDIR/hostapd.conf" chmod 600 "$CONFDIR/hostapd.conf"
} }