File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -636,8 +636,8 @@ if [ -f "${CONFIG_FILE}" ]; then
636
636
[ -v RESTART_ONFAILURE_ONLY ] && declare -p RESTART_ONFAILURE_ONLY 2> /dev/null
637
637
[ -v NOT_RECOMMEND_FORCE_RUN ] && declare -p NOT_RECOMMEND_FORCE_RUN 2> /dev/null
638
638
[ -v ENABLE_USERDEFINED_STOP ] && declare -p ENABLE_USERDEFINED_STOP 2> /dev/null
639
- [ " $( type -t userdefined_stop ) " == " function" ] && declare -f userdefined_stop 2> /dev/null
640
- [ " $( type -t custom_printlog ) " == " function" ] && declare -f custom_printlog 2> /dev/null` "
639
+ [ " $( type -t custom_printlog ) " == " function" ] && declare -f custom_printlog 2> /dev/null
640
+ [ " $( type -t userdefined_stop ) " == " function" ] && declare -f userdefined_stop 2> /dev/null` "
641
641
fi
642
642
643
643
# Check for Dependencies
You can’t perform that action at this time.
0 commit comments