diff options
author | Pjotr Prins | 2024-04-04 03:04:22 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-04-04 03:05:04 -0500 |
commit | 72cd24c100e8827f5bce357c69264e4b98ffc1b9 (patch) | |
tree | e8b461096c54c202c8a54c1053205a6c17a94089 /specials | |
parent | 00d836bf56e526a8225014d3133e28cd346aa5ee (diff) | |
download | gn-machines-72cd24c100e8827f5bce357c69264e4b98ffc1b9.tar.gz |
Remove tmp before creating it
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 |