You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Script should not end terminal if not using bash (#5630)
* Script should not end terminal if not using bash
If the user hit the exit 0 (when using source) and
they did not use bash terminal would exit.
The user would not know why the terminal exited.
Updated script to just check to see if there is bash available.
Set namespace to default if not specified
Add additional instructions when not running in bash
Document the use of the --namespace key
namespace is no longer positional but requires a --namespace or -ns key
* Update set-ver.sh
Make scdf the default namespace
[skip ci]
---------
Co-authored-by: Corneil du Plessis <[email protected]>
0 commit comments