From 72cd24c100e8827f5bce357c69264e4b98ffc1b9 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 4 Apr 2024 03:04:22 -0500 Subject: Remove tmp before creating it --- specials/gndev-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/gndev-deploy.sh b/specials/gndev-deploy.sh index c25df03..1b00b0b 100755 --- a/specials/gndev-deploy.sh +++ b/specials/gndev-deploy.sh @@ -31,8 +31,8 @@ fi echo Build and install genenetwork gndev container on $HOSTNAME +rm -rf /export2/guix-containers/gndev/tmp # muck out for testing mkdir -p /export2/guix-containers/gndev/tmp -rm -rf /export2/guix-containers/gndev/tmp/ # muck out touch /export2/guix-containers/gndev/tmp/gndev-tmp mkdir -p /export2/guix-containers/gndev/var/lib/acme mkdir -p /export2/guix-containers/genenetwork/etc/genenetwork -- cgit v1.2.3