Feat: Passt Verzeichnis an.

This commit is contained in:
DragonSlayer_14 2025-03-10 20:15:55 +01:00
parent 26bfc3ed0b
commit e01ce0b019

View File

@ -33,7 +33,7 @@ if [[ "$RESPONSE" == "ja" ]]; then
echo
# Schritt 3: Erstellen der WPA-Konfigurationsdatei
CONFIG_FILE="/root/wpa.conf"
CONFIG_FILE="$HOME/wpa.conf"
echo "Erstelle WPA-Konfigurationsdatei unter $CONFIG_FILE..."
wpa_passphrase "$ROUTER_SSID" "$ROUTER_PASSWORD" > "$CONFIG_FILE"