diff options
author | Munyoki Kilyungi | 2025-05-01 15:09:53 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2025-05-01 15:09:53 +0300 |
commit | 5e9c98c6e78c694ea20b4131b5b9ef335d4dc8e7 (patch) | |
tree | 05a78e0cad16c65e5fccf6b64e0883c31e3de0be | |
parent | 683d8b97af11ef4f456e2490bdb220f7d421dfea (diff) | |
download | gn-machines-5e9c98c6e78c694ea20b4131b5b9ef335d4dc8e7.tar.gz |
Use a proper list.
-rw-r--r-- | genenetwork-local-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm index fee89d6..edc307d 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -203,7 +203,7 @@ server described by CONFIG, a <genenetwork-configuration> object." (passwd:uid (getpw "genenetwork")) (passwd:gid (getpw "genenetwork")))) (append - ("/etc/genenetwork/conf" "/genenetwork2/flask_session") + '("/etc/genenetwork/conf" "/genenetwork2/flask_session") (find-files #$(dirname gn-auth-secrets) #:directories? #t) (find-files #$(dirname gn2-secrets) |