diff --git a/plex-tools.sh b/plex-tools.sh index bc85429..4b3990a 100644 --- a/plex-tools.sh +++ b/plex-tools.sh @@ -3,5 +3,5 @@ echo "Welcome to plex-tools wrapper utility!" case "$1" in - token) ./plex-token.sh;; + token) source ./plex-token.sh;; esac