Skip to content

Commit

Permalink
Fixed home directory to use /Users/marshall
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmick007 committed Dec 15, 2011
1 parent 44a2026 commit 7674549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-vhost
Expand Up @@ -14,7 +14,7 @@ E_YELLOW="\033[1;33m"
# MAMP stuff
APACHECONF="/Applications/MAMP/conf/apache/httpd-vhosts.conf"
LOGDIR="/Applications/MAMP/logs"
VHOSTSDIR="~/Sites/vhosts"
VHOSTSDIR="${HOME}/Sites/vhosts"


if [ $# -lt 1 ] || [ $# -gt 2 ]; then
Expand Down

0 comments on commit 7674549

Please sign in to comment.