Add .editorconfig and correct indentation for many seqs

This commit is contained in:
2022-03-14 21:27:29 +01:00
parent bb8b54597a
commit 71612aef94
34 changed files with 178 additions and 164 deletions

View File

@@ -51,7 +51,7 @@ step_52_info() { echo "Reset freeradius and daloradius database"; }
step_52_alias() { ALIAS="resetdb"; }
step_52() {
local lAnswer
if [ $QUIET -eq 0 ]; then
read -p "Do you really want to reset the database $FRAD_DB_NAME y/[n]? " lAnswer
else