chore: debug

This commit is contained in:
Derrick Hammer 2023-12-28 01:15:19 -05:00
parent cd64f99a6f
commit a74392fec5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ export INPUT_NODE=$1
export INPUT_SEED=$2
export INPUT_FOLDER=$3
echo "ARGS:" $@
# Providing a default value for INPUT_FOLDER if not set
if [ -z "$INPUT_FOLDER" ]
then