From ac7bac3d2d02dc8f165bb02a43c31b6a1c5761d1 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 19 Nov 2020 21:10:16 -0500 Subject: [PATCH] replace linux with ubuntu --- bin/ubuntu_disconnect_bubble | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/ubuntu_disconnect_bubble b/bin/ubuntu_disconnect_bubble index ac8fe054..0e2faa5d 100755 --- a/bin/ubuntu_disconnect_bubble +++ b/bin/ubuntu_disconnect_bubble @@ -56,9 +56,9 @@ fi if [[ ${DO_DELETE} -eq 0 ]] ; then echo " -=================================================================== -======= Linux device successfully disconnected from Bubble! ======= -=================================================================== +==================================================================== +======= Ubuntu system successfully disconnected from Bubble! ======= +==================================================================== Public IP : $(curl -s http://checkip.amazonaws.com/) " exit 0 @@ -154,9 +154,9 @@ echo "Removing symlink: ${BUBBLE_DEVICE_BASE}/current" rm -f "${BUBBLE_DEVICE_BASE}/current" || die "Error removing ${BUBBLE_DEVICE_BASE}/current" echo " -============================================================== -======= Linux device successfully DELETED from Bubble! ======= -============================================================== +=============================================================== +======= Ubuntu system successfully DELETED from Bubble! ======= +=============================================================== Device Name : ${DEVICE_NAME} Bubble Host : ${BUBBLE_HOST} Public IP : $(curl -s http://checkip.amazonaws.com/)