Feat: Passt Verzeichnis an.
This commit is contained in:
parent
26bfc3ed0b
commit
e01ce0b019
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user