[extras] minor ramdisk creation bug fix

This commit is contained in:
Michael Rash
2015-03-30 21:38:31 -04:00
parent a18b3e9027
commit c4ffd4b00a

View File

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