From 05bb6f8e9593bcce5bf3b847fe29783420ad882e Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Wed, 23 May 2018 05:28:45 +0900 Subject: [PATCH] Fix test for debootstrap suite script --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d75b431..fa438ac 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -13,7 +13,7 @@ apt-get install debootstrap -q -y suite=$1 rootfs=$2-$suite -test /usr/share/debootstrap/scripts/$suite \ +test -e /usr/share/debootstrap/scripts/$suite \ || ln -s ceres /usr/share/debootstrap/scripts/$suite debootstrap \