rename
This commit is contained in:
parent
fc71f4cd9d
commit
87f2ad02dc
|
@ -29,7 +29,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
gamePk=$(livepk.sh -t $team)
|
||||
gamePk=$(mlblivepk.sh -t $team)
|
||||
if [[ -z $gamePk || "$gamePk" = 'null' ]]
|
||||
then
|
||||
exit 1
|
|
@ -29,7 +29,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
gamePk=$(livepk.sh -t $team)
|
||||
gamePk=$(mlblivepk.sh -t $team)
|
||||
if [[ -z $gamePk || "$gamePk" = 'null' ]]
|
||||
then
|
||||
exit 1
|
Loading…
Reference in New Issue