Browse Source

fix setup.sh test to work with sh only

Victor Noël 7 years ago
parent
commit
15cd25fe05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.sh.dist

+ 1 - 1
setup.sh.dist

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-[[ -f .env ]] && echo "JUST DONT" && exit 1
+[ -f .env ] && echo "JUST DONT" && exit 1
 
 ## You can (should) customize those variables
 # the docker-compose project name