Skip to content

Commit

Permalink
Updating logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent 9a048df commit 354eb98
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/load_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,25 @@ while [[ "$#" -gt 0 ]]; do
shift
done


echo "_calculate_for_sudo"
_calculate_for_sudo
echo "_calculate_root_tty"
_calculate_root_tty
echo "_setup_initial_directories"
_setup_initial_directories
echo "_script_start"
_script_start
echo "_log_init"
_log_init
echo "_calculate_host_architecture"
_calculate_host_architecture

echo "_app_prereqs_validate"
_app_prereqs_validate
echo "_generate_spacefx_config_json"
_generate_spacefx_config_json

echo "_update_regctl_config"
_update_regctl_config
echo "_check_for_coresvc_registry_hosts_entry"
_check_for_coresvc_registry_hosts_entry

0 comments on commit 354eb98

Please sign in to comment.