Skip to content

Commit

Permalink
preset workstation_interactive var i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Dec 24, 2024
1 parent e67ea7b commit 343e385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ws_tool/ws
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ ws_script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd
. "${ws_script_dir}/lib/properties.bash"
. "${ws_script_dir}/lib/bootstrap_doctor.bash"

REPLY= # global "out" var, hack to use return values
REPLY=() # global "out" var, hack to use return values
ws_command=help # show help if nothing provided
declare -a ws_command_arguments
workstation_bootstrap_initial_config_dir=
workstation_name_arg=
workstation_settings_arg=
workstation_config_arg=
workstation_interactive=

usage_and_quit() {
print_usage
Expand Down

0 comments on commit 343e385

Please sign in to comment.