Update echo statement to include 'ip:' prefix
This commit is contained in:
@@ -35,7 +35,7 @@ function update_script() {
|
||||
$STD apt update
|
||||
$STD apt upgrade -y
|
||||
|
||||
echo ${LOCAL_IP}
|
||||
echo ip: ${LOCAL_IP}
|
||||
|
||||
msg_ok "Updated Debian LXC"
|
||||
cleanup_lxc
|
||||
|
||||
Reference in New Issue
Block a user