diff options
author | Frederick Muriuki Muriithi | 2025-02-03 15:10:39 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-11 12:29:38 -0600 |
commit | 08254a505bf9c458d68eac7cb873fe5b0cfc79ec (patch) | |
tree | d0551c4dd680f9bc69a27cd5110ea22973974966 | |
parent | 41f2249d96dd2f71d6f510b6428d61075586f706 (diff) | |
download | gn-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-x | virtuoso-deploy.sh | 2 |
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) |