Azure / cyclecloud-slurm

Azure CycleCloud project to enable users to create, configure, and use Slurm HPC clusters.
MIT License
55 stars 42 forks source link

Fixing incorrect if statements #194

Closed edwardsp closed 8 months ago

edwardsp commented 8 months ago

The single brackets just meant that it is writing a file called "19" to the current working directory. It also always evaluates to true unless UBUNTU_VERSION is empty.

aditigaur4 commented 8 months ago

Good catch! thanks for PR!