Skip to content

Commit

Permalink
Remove echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Oct 1, 2023
1 parent fd7a7de commit 66f1722
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sh/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ for el in "${arr[@]}"; do
upkey="$(echo "${key}" | sed -e 's/\(.*\)/\U\1/')"
val="$(getval "${el}")"
confval="$(get_from_conf "${key}")"

# echo $val
echo $confval

if [[ -n "${confval}" ]]; then
val="${confval}"
fi
Expand Down

0 comments on commit 66f1722

Please sign in to comment.