diff options
Diffstat (limited to 'specials')
-rwxr-xr-x | specials/gndev-deploy.sh | 2 |
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 |