Skip to content

Commit

Permalink
mavericks tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschwenn committed Jan 8, 2014
1 parent ce04207 commit 08ff788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpnscript/vpnscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ if [[ $(sw_vers -productVersion | grep '10.8') && $(serverinfo --configured | g
then
OSX=yes
fi
if [[ $(sw_vers -productVersion | grep '10.') && $(serverinfo --configured | grep 'has') && $(serverinfo --shortversion | grep -v '3.0.1']]
if [[ $(sw_vers -productVersion | grep '10.') && $(serverinfo --configured | grep 'has') && $(serverinfo --shortversion | grep -v '3.0.1') ]]
then
OSX=yes
fi

if [ $OSX = yes]
if [ $OSX = yes ]
echo "Congratulations, you are running OS X and have Server.app installed...."
#CHECK IF SCRIPT HAS BEEN RUN BEFORE
if [ -e /etc/vpn_MMV ]; then
Expand Down

0 comments on commit 08ff788

Please sign in to comment.