Skip to content

Commit

Permalink
don't check for tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
John Antoni Griffiths committed Jan 18, 2012
1 parent 36cd5ed commit 3841da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pow/pow.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kapow(){
return 1
fi

[ ! -d "~/.pow/${vhost}/tmp" ] && mkdir -p "~/.pow/$vhost/tmp"
# [ ! -d "~/.pow/${vhost}/tmp" ] && mkdir -p "~/.pow/$vhost/tmp"
touch ~/.pow/$vhost/tmp/restart.txt;
[ $? -eq 0 ] && echo "pow: restarting $vhost.dev"
}
Expand Down

0 comments on commit 3841da1

Please sign in to comment.