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