We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df3a74 commit 21b616cCopy full SHA for 21b616c
bin/slurm_config.sh
@@ -13,7 +13,7 @@ playbooks_path=$folder/../playbooks/
13
14
if [[ `cat $conf_folder/queues.conf | grep instance_keyword | uniq -c -d | wc -l ` == 0 ]];
15
then
16
- if [ ${@: -1} == "--INITIAL" or ${@: -1} == "--initial" or ${@: -1} == "-INITIAL" or ${@: -1} == "-initial"]
+ if [[ ${@: -1} == "--INITIAL" || ${@: -1} == "--initial" || ${@: -1} == "-INITIAL" || ${@: -1} == "-initial" ]]
17
18
sudo rm /etc/slurm/topology.conf
19
sudo /usr/sbin/slurmctld -c
0 commit comments