Update bt-cloud-phone.sh

This commit is contained in:
wattsy74
2021-09-28 14:56:02 +01:00
committed by GitHub
parent 018661e0a6
commit bf655674b4

View File

@@ -13,10 +13,11 @@
#
# HISTORY
#
# Version: 1.0
# Version: 1.2
#
# - 1.0 Martyn Watts, 22.06.2021 Initial Build
# - 1.1 Martyn Watts, 24.09.2021 Added Check to see if dockutil is installed to make the script more resilient
# - 1.2 Martyn Watts, 28.09.2021 Added Open Console Parameter to use with TeamViewer
#
####################################################################################################
# Script to download and install BT Cloud Phone.
@@ -31,6 +32,11 @@ logfile="/Library/Logs/BTCloudPhoneInstallScript.log"
deplog="/var/tmp/depnotify.log"
if [[ $@ == "openconsole" ]]; then
open ${logfile}
open ${deplog}
fi
echo "Status: Installing ${appName}" >> ${deplog}
# To get just the latest version url and number from the download URL