diff options
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-x | production-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/production-deploy.sh b/production-deploy.sh index 19cb17f..c2c5055 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -21,7 +21,7 @@ # Build and install genenetwork production container on tux02. -container_script=$(guix system container --network \ +container_script=$(guix system container \ --verbosity=3 \ --share=/var/guix-containers/genenetwork/var/lib/virtuoso=/var/lib/virtuoso \ production.scm) |