This commit is contained in:
deathbybandaid 2023-03-14 10:31:52 -04:00
parent 8f92260ab5
commit 3a2a19fa89

View File

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