From aef25ea243bde74916cede1c4dcde6770da935ab Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 11:22:50 -0400 Subject: [PATCH] test --- plex-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex-tools.sh b/plex-tools.sh index 42ce348..e661699 100644 --- a/plex-tools.sh +++ b/plex-tools.sh @@ -4,7 +4,7 @@ echo "Welcome to plex-tools wrapper utility!" case "$1" in token) source ./plex-token.sh;; - token) source ./DBRepair.sh stop auto start exit;; + dbrepair) source ./DBRepair.sh stop auto start exit;; "") echo "No plex-tools command given";; *) echo "'$1' is not a valid plex-tools command";; esac