Browse Source

replace linux with ubuntu

tags/v1.4.28
Jonathan Cobb 3 years ago
parent
commit
ac7bac3d2d
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      bin/ubuntu_disconnect_bubble

+ 6
- 6
bin/ubuntu_disconnect_bubble View File

@@ -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/)


Loading…
Cancel
Save