apache / whimsy

Apache Whimsy
Apache License 2.0
67 stars 67 forks source link

Fix/fix setupmymac #224

Closed chrisdutz closed 4 months ago

chrisdutz commented 4 months ago

The If condition still would have caused an error if the file did not exist.

fixes: #223

sebbASF commented 4 months ago

-1 Not necessary. Note that 'or' is low priority, and evaluation stops if the first clause is true, so the second clause will only be actioned if the file exists.

Try it and see locally