From 9c169ee65a3c00e37fe2a0c7748d26b7031b2cb6 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sun, 6 Apr 2025 14:48:12 -0400 Subject: [PATCH] added mariadb client tools to prep --- scripts/core/prep_feisty_host.sh | 14 +++++++------- scripts/opensim/backup_opensim.sh | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 35c4d6d7..342e1f95 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -195,16 +195,16 @@ PAX=(noop) PHASE_MESSAGE="installing crucial OS packages" if [ "$opsystem_here" == "debianesque" ]; then - PAX=(bind9-dnsutils git gitk gparted openssh-server ) + PAX=(bind9-dnsutils git gitk gparted mariadb-client openssh-server ) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(bind9-dnsutils git gitk gparted openssh-server ) -#untested: bind9-dnsutils + PAX=(bind9-dnsutils git gitk gparted mariadb-client openssh-server ) +#untested: bind9-dnsutils mariadb-client elif [ "$opsystem_here" == "macos" ]; then - PAX=(bind9-dnsutils git gitk openssh-server ) -#untested: bind9-dnsutils + PAX=(bind9-dnsutils git gitk mariadb-client openssh-server ) +#untested: bind9-dnsutils mariadb-client elif [ "$opsystem_here" == "windoze" ]; then - PAX=(bind9-dnsutils git gitk gparted openssh-server ) -#untested: bind9-dnsutils + PAX=(bind9-dnsutils git gitk gparted mariadb-client openssh-server ) +#untested: bind9-dnsutils mariadb-client fi install_system_package "${PAX[@]}" diff --git a/scripts/opensim/backup_opensim.sh b/scripts/opensim/backup_opensim.sh index 17659155..cb32f9fa 100644 --- a/scripts/opensim/backup_opensim.sh +++ b/scripts/opensim/backup_opensim.sh @@ -10,6 +10,7 @@ This script takes two parameters: (1) the user name for the opensim database and (2) the database name. It will backup that database by logging into mysql as the user. The user's password for mysql must be recorded in a local file called: \$HOME/.secrets/opensim_db_password.txt" + exit 1 fi source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" -- 2.34.1