Convert indention from spaces to tabs
This commit is contained in:
committed by
T. R. Bernstein
parent
4096da8d4d
commit
545d95bd9c
@@ -61,7 +61,6 @@ function installModules() {
|
||||
filterPasswordOptions
|
||||
[[ "${verbose}" == true ]] && moduleOptions+=(-v)
|
||||
[[ -n ${logfile} ]] && moduleOptions+=(-d ${logfile})
|
||||
[[ -n ${noninteractive} ]] && moduleOptions+=(--noninteractive)
|
||||
lop -- -d "Running ${mod}" -d "with ${#moduleOptions} args:" -d "${filteredOptions}"
|
||||
runModule ${mod} ${moduleOptions}
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user