From 242cf385014119788804207c41bac78b191d05e8 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 16 May 2021 16:18:39 +0700 Subject: [PATCH] Remove empty variable --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e018782..48423b5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,7 +29,6 @@ if [ "${target}" = "pi1" ]; then machine=versatilepb memory=256m root=/dev/sda2 - append='' nic='--net nic --net user,hostfwd=tcp::5022-:22' elif [ "${target}" = "pi2" ]; then emulator=qemu-system-arm