test
This commit is contained in:
parent
3a2a19fa89
commit
603e82998f
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
script_delegation ()
|
script_delegation ()
|
||||||
{
|
{
|
||||||
if [ -f "$1" ] ; then
|
if [[ $# -gt 0 ]] ; then
|
||||||
echo "$1"
|
echo "$1"
|
||||||
if [[ "$1" == "token" ]]
|
if [[ "$1" "token" ]]
|
||||||
then
|
then
|
||||||
source plex-token.sh
|
source plex-token.sh
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user