Skip to content

Commit

Permalink
Detect .htaccess instead of index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloadut committed Aug 12, 2013
1 parent 8849a60 commit f65c835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detect
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
# bin/detect <build-dir>

test -f $1/index.html && echo Static
test -f $1/.htaccess && echo Apache static

0 comments on commit f65c835

Please sign in to comment.