mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
checks prysm.sh args size (#5634)
* checks boundaries * Merge branch 'master' into fix-prysm-sh-unbounded-bug
This commit is contained in:
parent
258d0412c1
commit
3782e70e6f
2
prysm.sh
2
prysm.sh
@ -230,7 +230,7 @@ esac
|
|||||||
|
|
||||||
verify $process
|
verify $process
|
||||||
|
|
||||||
if [[ $2 == --download-only ]]; then
|
if [[ "$#" -gt 1 ]] && [[ $2 == --download-only ]]; then
|
||||||
color "37" "Only download operation is requested, done."
|
color "37" "Only download operation is requested, done."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user