Support custom user CREW_PREFIX
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).
Showing
Please register or sign in to comment
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).