mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
standardise log names
This commit is contained in:
parent
b414efa023
commit
a87aa0ffef
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
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 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 #################
|
# Silent setup options - true/false or specific values below prevents prompt at install. EDIT TO SUIT #################
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ GUAC_VERSION="1.5.3"
|
||||||
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
|
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
|
||||||
|
|
||||||
# Install log Location
|
# Install log Location
|
||||||
INSTALL_LOG="${DOWNLOAD_DIR}/guacamole_${GUAC_VERSION}_mysql_install.log"
|
INSTALL_LOG="${DOWNLOAD_DIR}/mysql_install.log"
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
######################################################################################################################
|
######################################################################################################################
|
||||||
# Guacamole appliance upgrade script
|
# Guacamole appliance mysql upgrade script
|
||||||
# For Ubuntu / Debian / Raspbian
|
# For Ubuntu / Debian / Raspbian
|
||||||
# David Harrop
|
# David Harrop
|
||||||
# April 2023
|
# 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}"
|
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${NEW_GUAC_VERSION}"
|
||||||
|
|
||||||
# Install log Location
|
# Install log Location
|
||||||
INSTALL_LOG="${DOWNLOAD_DIR}/guacamole_${NEW_GUAC_VERSION}_mysql_install.log"
|
INSTALL_LOG="${DOWNLOAD_DIR}/mysql_upgrade.log"
|
||||||
|
|
||||||
# Database details
|
# Database details
|
||||||
GUAC_DB="guacamole_db"
|
GUAC_DB="guacamole_db"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue