testing nested if for configless slurmd

This commit is contained in:
Jean-François GUILLAUME 2023-01-10 11:35:29 +01:00
parent cb090f9787
commit 6edbece769
GPG key ID: 38751DAE145EFB5A

View file

@ -215,10 +215,9 @@
"-D"
#$@(if configless
'()
(list
#$@(if slurmctld-host
(list (string-append "--conf-server" slurmctld-host))
(list (string-append "-f" slurmd-conf)))))
(list (string-append "-f" slurmd-conf))))
#$@(if log-level
(list log-level)
'()))