aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfallback-deploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/fallback-deploy.sh b/fallback-deploy.sh
index 5419d0f..436c19a 100755
--- a/fallback-deploy.sh
+++ b/fallback-deploy.sh
@@ -32,9 +32,10 @@ mkdir -p /export2/data/genenetwork-sqlite
mkdir -p /export/data/genenetwork/genotype_files
# Note that if you change these paths you need to rebuild the container
-container_script=$(guix system container \
+container_script=$(~/opt/guix-gndev/bin/guix system container \
--network \
--load-path=. \
+ -L ~/guix-bioinformatics \
--verbosity=3 \
--share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \
--share=/export2/guix-containers/genenetwork/tmp=/var/tmp \