Skip to content

Commit

Permalink
Update openWRT23_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi committed Apr 20, 2024
1 parent 639468e commit ffa3367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openWRT23_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ if [ ! -z "$4" ]
fi

WIFI_SSID_org=$WIFI_SSID

echo

read -p 'The Main-WiFi-SSID? ['$(echo $WIFI_SSID)'] ' WIFI_SSID
if [ "$WIFI_SSID" = "" ]
then
Expand All @@ -195,7 +197,9 @@ if [ ! -z "$5" ]
fi

WIFI_PASS_org=$WIFI_PASS

echo

read -p 'And the WiFi-Key? [Cyber,Sec9ox] ' WIFI_PASS
if [ "$WIFI_PASS" = "" ]
then
Expand Down

0 comments on commit ffa3367

Please sign in to comment.