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