From c4ffd4b00a86d46ebf3cc3fcd65e6e841d7bb899 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 30 Mar 2015 21:38:31 -0400 Subject: [PATCH] [extras] minor ramdisk creation bug fix --- extras/ramdisk/ramdisk-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/ramdisk/ramdisk-create.sh b/extras/ramdisk/ramdisk-create.sh index 09b96f04..40620da4 100755 --- a/extras/ramdisk/ramdisk-create.sh +++ b/extras/ramdisk/ramdisk-create.sh @@ -4,5 +4,5 @@ RAMDISK=/tmp/afl-ramdisk mkdir $RAMDISK && chmod 777 $RAMDISK mount -t tmpfs -o size=768M tmpfs $RAMDISK -git clone . $RAMDISK/fwknop.git +cd ../.. && git clone . $RAMDISK/fwknop.git exit $?