step_config must return 0 on success

This commit is contained in:
2021-03-19 01:44:22 +01:00
parent 8e63bbe7df
commit 7face5cd4a

View File

@@ -30,6 +30,7 @@ step_config() {
[ $DRY -eq 0 ] && return 1 [ $DRY -eq 0 ] && return 1
fi fi
[ $QUIET -ne 0 ] && aptOpt="-y" [ $QUIET -ne 0 ] && aptOpt="-y"
return 0
} }
step_1_info() { echo "Install $toolName"; } step_1_info() { echo "Install $toolName"; }