]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - scripts/update.sh
fix path for in install scripts
[github/wallabag/wallabag.git] / scripts / update.sh
index 6fff8a723624b6cf87bc0b6ce273f6ed256e81f2..f43c4f24c999ca0c6a72ca430a62ed66c2194466 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