]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - scripts/install.sh
fix path for in install scripts
[github/wallabag/wallabag.git] / scripts / install.sh
index e131929ce74dee0523564365508dbf93caec2c58..62a46f4fb60f8100b6228cfcc0a28d6f0ff3ec23 100644 (file)
@@ -5,7 +5,7 @@
 COMPOSER_COMMAND='composer'
 
 DIR="${BASH_SOURCE}"
-if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi
+if [ ! -d "$DIR" ]; then DIR="$PWD/scripts"; fi
 . "$DIR/require.sh"
 
 ENV=$1