Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschwenn committed Mar 5, 2014
1 parent ce4a4c4 commit 1dec811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setupscript/setupscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ echo "ENERGY PREFERENCES ARE SET"
# ADDES SECOND NAMESERVER FROM OS X 10.7/10.8 BUG IN SETUP ASSISTANT LIMITING TO ONE NAMESERVER
echo "IS THIS MACHINE IN MKE1 or PHX1? [M/P]"
while read DCDNS; do
if [ $DCDNS = "P*" ]
if [ $DCDNS = "P" ]
then
sudo networksetup -setdnsservers Ethernet 162.253.135.66 162.253.135.67
break
elif [ $DCDNS = "M*" ]
elif [ $DCDNS = "M" ]
then
sudo networksetup -setdnsservers Ethernet 66.185.16.130 66.185.16.131
break
Expand Down

0 comments on commit 1dec811

Please sign in to comment.