added mariadb client tools to prep
authorFred T. Hamster <fred@gruntose.com>
Sun, 6 Apr 2025 18:48:12 +0000 (14:48 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sun, 6 Apr 2025 18:48:12 +0000 (14:48 -0400)
scripts/core/prep_feisty_host.sh
scripts/opensim/backup_opensim.sh

index 35c4d6d7148c00d529ef3ef4f3181b771a38ab87..342e1f95a637e272c828d5bbce46b08351ae5617 100644 (file)
@@ -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[@]}"
index 17659155365366ea1cb7392977cab3e3f0953a4e..cb32f9fa3a2dfd59e4993034974000d708e3d1cf 100644 (file)
@@ -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"