This commit is contained in:
deathbybandaid 2023-03-14 10:34:21 -04:00
parent 3a2a19fa89
commit 603e82998f

View File

@ -4,9 +4,9 @@
script_delegation ()
{
if [ -f "$1" ] ; then
if [[ $# -gt 0 ]] ; then
echo "$1"
if [[ "$1" == "token" ]]
if [[ "$1" "token" ]]
then
source plex-token.sh
else