From 5871a095cdf99c67e43b73a01b76f1e3d7b4fb17 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 25 Mar 2019 08:52:59 +0000 Subject: [PATCH] clean download dir during before start --- build_sdcard.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_sdcard.sh b/build_sdcard.sh index 59906c8..8924c95 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -261,6 +261,7 @@ bitcoinSHA256="1b9cdf29a9eada239e26bf4471c432389c2f2784362fc8ef0267ba7f48602292" laanwjPGP="01EA5486DE18A882D4C2684590C8019E36C2E964" # prepare directories +sudo rm -r /home/admin/download sudo -u admin mkdir /home/admin/download cd /home/admin/download