-
dragon788 authored
The `${VAR:-/some/path}` will use the path on the right side if the variable on the left side is null or empty (ie if the user didn't set it).
d7a6eca3
The `${VAR:-/some/path}` will use the path on the right side if the variable on the left side is null or empty (ie if the user didn't set it).