Update alpine-gitea.sh
This commit is contained in:
parent
618e31edfc
commit
09732a8f6b
@ -15,15 +15,17 @@ var_version="3.21"
|
|||||||
var_unprivileged="1"
|
var_unprivileged="1"
|
||||||
|
|
||||||
header_info "$APP"
|
header_info "$APP"
|
||||||
echo "initialize variables"
|
msg_info "Initializing variables..."
|
||||||
variables
|
variables
|
||||||
echo "initialized variables"
|
msg_ok "Initialized variables."
|
||||||
echo "initialize color"
|
|
||||||
|
msg_info "Initializing color settings..."
|
||||||
color
|
color
|
||||||
echo "initialized color"
|
msg_ok "Initialized color settings."
|
||||||
echo "initialize catch_errors"
|
|
||||||
|
msg_info "Initializing error handling..."
|
||||||
catch_errors
|
catch_errors
|
||||||
echo "initialized catch_errors"
|
msg_ok "Initialized error handling."
|
||||||
|
|
||||||
echo "Start update_script"
|
echo "Start update_script"
|
||||||
function update_script() {
|
function update_script() {
|
||||||
@ -42,12 +44,13 @@ function update_script() {
|
|||||||
}
|
}
|
||||||
echo "finish update_script"
|
echo "finish update_script"
|
||||||
|
|
||||||
echo "initialize start"
|
msg_info "Starting script execution..."
|
||||||
start
|
start
|
||||||
echo "initialized start"
|
msg_ok "Started script execution."
|
||||||
echo "initialize build_container"
|
|
||||||
|
msg_info "Building container..."
|
||||||
build_container
|
build_container
|
||||||
echo "initialized build_container"
|
msg_ok "Built container."
|
||||||
description
|
description
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user