Rename creds file to correct app

This commit is contained in:
Jesse Antoszyk 2024-10-22 15:15:05 -04:00
parent ccc8a7a165
commit 2557432443
2 changed files with 24 additions and 26 deletions

View file

@ -29,6 +29,7 @@ variables
color
catch_errors
# Install prequires at least 2GiB of RAM and 6GiB of disk space, both are lower to actually run the app
function default_settings() {
CT_TYPE="1"
PW=""
@ -50,13 +51,12 @@ function default_settings() {
VLAN=""
SSH="no"
VERB="no"
INSTALL_ALL="yes"
echo_default
}
function update_script() {
header_info
if [[ ! -d /etc/neo4j ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
if [[ ! -d /opt/ghostfolio ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating OS"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null