This commit is contained in:
deathbybandaid 2023-03-14 10:31:38 -04:00
parent ee27adad4f
commit 8f92260ab5

View File

@ -5,6 +5,7 @@
script_delegation () script_delegation ()
{ {
if [ -f "$1" ] ; then if [ -f "$1" ] ; then
echo "$1"
if [ "$1" == "token" ] if [ "$1" == "token" ]
then then
source plex-token.sh source plex-token.sh