Initial commit

This commit is contained in:
Florian Heinemann
2014-11-03 23:36:08 -05:00
parent f914a3d15e
commit f76e1d0d19
2 changed files with 70 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
if [[ -f $1/.nginx ]]; then
echo "nginx"
echo ".nginx"
exit 0
else
exit 1