Update server-setup.sh

This commit is contained in:
Kyle Warwick-Mathieu
2015-03-02 18:18:49 -05:00
parent db2bc27af7
commit 860ad6c1ef

View File

@@ -117,7 +117,7 @@ cd "dwc_network_server_emulator"
echo "Now, let's set up the admin page login info...."
sleep 3s
echo "Please type your user name: "
read -p USR
read -e USR
echo "Please enter the password you want to use: "
read -s PASS
cat > adminpageconf.json <<EOF