We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a036415 commit 3fef393Copy full SHA for 3fef393
1 file changed
el_configurator.sh
@@ -382,9 +382,9 @@ set_conf_value() {
382
}
383
384
uniq_filelines() {
385
- filename="${1:-false}
+ filename="${1:-false}"
386
387
- if [ -f "${filename}"]; then
+ if [ -f "${filename}" ]; then
388
sort -u "${filename}" -o "${filename}" || log "Cannot make lines in file [${filename}] unique." "ERROR"
389
390
0 commit comments