From 4c67d6e4437e50f04940166b02411dd03ee8a8ee Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 9 Jan 2024 17:29:06 +0000 Subject: Add "=" before --load-path argument value. guix requires "=" between argument names and values. * production-deploy.sh: Add "=" before --load-path argument value. --- production-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'production-deploy.sh') diff --git a/production-deploy.sh b/production-deploy.sh index d87a459..e7c4004 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -23,7 +23,7 @@ container_script=$(guix system container \ --network \ - --load-path . \ + --load-path=. \ --verbosity=3 \ --share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \ --share=/export2/guix-containers/genenetwork/var/lib/mysql=/var/lib/mysql \ -- cgit v1.2.3