about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-03 15:10:39 -0600
committerFrederick Muriuki Muriithi2025-02-11 12:29:38 -0600
commit08254a505bf9c458d68eac7cb873fe5b0cfc79ec (patch)
treed0551c4dd680f9bc69a27cd5110ea22973974966
parent41f2249d96dd2f71d6f510b6428d61075586f706 (diff)
downloadgn-machines-08254a505bf9c458d68eac7cb873fe5b0cfc79ec.tar.gz
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.
-rwxr-xr-xvirtuoso-deploy.sh2
1 files changed, 0 insertions, 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)