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 $?