standardise log names

This commit is contained in:
Itiligent 2023-10-29 09:43:51 +11:00 committed by itiligent
parent b414efa023
commit a87aa0ffef
3 changed files with 4 additions and 4 deletions

View file

@ -101,7 +101,7 @@ GUAC_URL=http://localhost:8080/guacamole/
DEFAULT_IP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)
# Install log Location
INSTALL_LOG="${DOWNLOAD_DIR}/guacamole_setup.log"
INSTALL_LOG="${DOWNLOAD_DIR}/guacamole_install.log"
#######################################################################################################################
# Silent setup options - true/false or specific values below prevents prompt at install. EDIT TO SUIT #################

View file

@ -60,7 +60,7 @@ GUAC_VERSION="1.5.3"
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
# Install log Location
INSTALL_LOG="${DOWNLOAD_DIR}/guacamole_${GUAC_VERSION}_mysql_install.log"
INSTALL_LOG="${DOWNLOAD_DIR}/mysql_install.log"
clear

View file

@ -1,6 +1,6 @@
#!/bin/bash
######################################################################################################################
# Guacamole appliance upgrade script
# Guacamole appliance mysql upgrade script
# For Ubuntu / Debian / Raspbian
# David Harrop
# April 2023
@ -61,7 +61,7 @@ OLD_GUAC_VERSION="1.5.0"
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${NEW_GUAC_VERSION}"
# Install log Location
INSTALL_LOG="${DOWNLOAD_DIR}/guacamole_${NEW_GUAC_VERSION}_mysql_install.log"
INSTALL_LOG="${DOWNLOAD_DIR}/mysql_upgrade.log"
# Database details
GUAC_DB="guacamole_db"