From b10632079d860c3931479fece378f982f5e2fd94 Mon Sep 17 00:00:00 2001 From: Jason Raveling Date: Tue, 4 Nov 2025 15:22:05 -0600 Subject: [PATCH] Removes old file --- source/config.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 source/config.sh diff --git a/source/config.sh b/source/config.sh deleted file mode 100644 index efe1c16..0000000 --- a/source/config.sh +++ /dev/null @@ -1,15 +0,0 @@ -# Global configs for these scripts. -# -# No shebang needed as this is an include. -# shellcheck disable=SC2148 - -# Disable unused error since this file is included in other files. -# shellcheck disable=SC2034 -declare -A config=( - - # The path to the root of your WordPress installation. - # - # This is set so that these scripts can live outside of the WordPress installation. - [wp_path]='/data/domains/dev.bemidjistate.edu/public_html/' - -);