diff --git a/bootstrap.sh b/bootstrap.sh index 6350aec..65feea6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,9 +15,9 @@ # ---------------------------------------- PLUGIN_NAME="$(basename $(dirname $(realpath $0)))" # name of current directory -PLUGIN_TITLE='My ChRIS Plugin' -SCRIPT_NAME='commandname' -DESCRIPTION='A ChRIS plugin to do something awesome' +PLUGIN_TITLE='A bulk processor' +SCRIPT_NAME='bulky' +DESCRIPTION='A ChRIS plugin to do bulk process some input files' ORGANIZATION='FNNDSC' EMAIL='dev@babyMRI.org' @@ -46,7 +46,7 @@ ENABLE_ACTIONS_BUILD=yes # STEP 2. Uncomment the line where it says READY=yes # ---------------------------------------- -#READY=yes +READY=yes # ---------------------------------------- # STEP 3. Run: ./bootstrap.sh