From 0f39230327c7be3f621415879fa84926296bfa33 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 5 Oct 2020 03:19:03 -0500 Subject: [PATCH] More echo updates --- jra_nextcloud.sh | 5 +++-- tools/jibri-conf-upgrade.sh | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 15e3ee7..119d7ca 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -22,12 +22,13 @@ if ! [ $(id -u) = 0 ]; then fi clear -echo ' +echo -e '\n ######################################################################## Jibri Recordings Access via Nextcloud ######################################################################## by Software, IT & Networks Ltd -' +\n' + while [[ -z "$NC_DOMAIN" ]] do read -p "Please enter the domain to use for Nextcloud: " -r NC_DOMAIN diff --git a/tools/jibri-conf-upgrade.sh b/tools/jibri-conf-upgrade.sh index 0f93920..9928a98 100644 --- a/tools/jibri-conf-upgrade.sh +++ b/tools/jibri-conf-upgrade.sh @@ -32,7 +32,9 @@ fi echo "Checking for updates...." apt -q2 update -apt install -y apt-show-versions jq +apt install -y \ + apt-show-versions \ + jq echo -e "\n# Check for jibri\n" if [ "$(dpkg-query -W -f='${Status}' jibri 2>/dev/null | grep -c "ok installed")" == "1" ]; then