From 08254a505bf9c458d68eac7cb873fe5b0cfc79ec Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Feb 2025 15:10:39 -0600 Subject: Remove comments: The comments were causing a build invocation error. Attempting to invoke the container build with the comments in place was leading to the error: ``` guix system: error: wrong number of arguments for action 'container' ``` This commit removes the comments to fix that. --- virtuoso-deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/virtuoso-deploy.sh b/virtuoso-deploy.sh index cc671ea..0dd2509 100755 --- a/virtuoso-deploy.sh +++ b/virtuoso-deploy.sh @@ -24,9 +24,7 @@ container_script=$(guix system container \ --network \ --verbosity=3 \ - # virtuoso's state directory: --share=/export2/guix-containers/virtuoso/var/lib/virtuoso=/var/lib/virtuoso \ - # turtle (ttl) files' directory: --share=/export2/guix-containers/genenetwork/data/virtuoso=/export/data/virtuoso \ virtuoso.scm) -- cgit 1.4.1