test
This commit is contained in:
parent
1e930dc88d
commit
015600af6f
@ -13,6 +13,10 @@ setting_up_container
|
|||||||
network_check
|
network_check
|
||||||
update_os
|
update_os
|
||||||
|
|
||||||
|
msg_info "Setup Functions"
|
||||||
|
import_local_ip
|
||||||
|
msg_ok "Setup Functions"
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
gpg \
|
gpg \
|
||||||
|
@ -721,6 +721,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
import_local_ip() {
|
import_local_ip() {
|
||||||
|
setup_local_ip_helper
|
||||||
local IP_FILE="/run/local-ip.env"
|
local IP_FILE="/run/local-ip.env"
|
||||||
if [[ -f "$IP_FILE" ]]; then
|
if [[ -f "$IP_FILE" ]]; then
|
||||||
source "$IP_FILE"
|
source "$IP_FILE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user