aboutsummaryrefslogtreecommitdiff
path: root/specials/gndev-deploy.sh
diff options
context:
space:
mode:
authorPjotr Prins2024-04-04 03:04:22 -0500
committerPjotr Prins2024-04-04 03:05:04 -0500
commit72cd24c100e8827f5bce357c69264e4b98ffc1b9 (patch)
treee8b461096c54c202c8a54c1053205a6c17a94089 /specials/gndev-deploy.sh
parent00d836bf56e526a8225014d3133e28cd346aa5ee (diff)
downloadgn-machines-72cd24c100e8827f5bce357c69264e4b98ffc1b9.tar.gz
Remove tmp before creating it
Diffstat (limited to 'specials/gndev-deploy.sh')
-rwxr-xr-xspecials/gndev-deploy.sh2
1 files changed, 1 insertions, 1 deletions
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