test
This commit is contained in:
parent
3a2a19fa89
commit
603e82998f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user