Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bootstrap.sh.bak
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log_stream() { while IFS= read -r line; do printf "[%s] %s\n" "$(_ts)" "$line" >
run_and_log() {
local title="$1"
shift
log_line "BEGIN: $title $*"
log_line "BEGIN: $title - $*"
if gum spin -s line --title "$title" -- "$@" 2> >(log_stream) | log_stream; then
log_line "END: $title (ok)"
return 0
Expand Down Expand Up @@ -265,7 +265,7 @@ install_gum() {
;;
esac
}
log_line "[STAGE 1]: checking deps (gum, jq, python)"
log_line "[STAGE 1]: checking dependencies (gum, jq, python)"

check_gum_installed() {
if ! command_exists gum; then
Expand Down Expand Up @@ -2148,7 +2148,7 @@ PUBLIC_IP=$(curl -s4 ifconfig.me)
# bootstrap core logic
#

# deps
# dependencies
check_gum_installed
check_docker_installed
check_jq_installed
Expand Down