Skip to content

Commit

Permalink
remove export for HPB domain
Browse files Browse the repository at this point in the history
It's not needed to export the `HPB_DOMAIN` as that would mean it's the same as `NC_DOMAIN`, which is not the case if `HPB_DOMAIN` is used. 

Was a bit to quick when reviewing, sorry.

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 authored Jul 28, 2023
1 parent e8ef49c commit e43332d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Containers/talk-recording/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ elif [ -z "$INTERNAL_SECRET" ]; then
exit 1
fi

if [ -z "$HPB_DOMAIN" ]; then
export HPB_DOMAIN="$NC_DOMAIN"
fi

cat << RECORDING_CONF > "/conf/recording.conf"
[logs]
# 30 means Warning
Expand Down

0 comments on commit e43332d

Please sign in to comment.