Skip to content

Commit 9cc90cd

Browse files
Add missing echos
1 parent 52fbbcc commit 9cc90cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/tls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ verify_sudo_access() {
131131
}
132132

133133
update_configuration() {
134+
echo "Updating configuration file (.env)..."
135+
134136
found_nginx_var=
135137
while IFS= read -r line; do
136138
case "$line" in
@@ -148,6 +150,8 @@ update_configuration() {
148150
done < .env > .env.tmp && mv .env.tmp .env
149151

150152
[ "$found_nginx_var" ] || echo "OPS_NGINX_CONFIG_FILE=nginx.gateway.tls.conf" >> .env
153+
154+
echo "Configuration file updated successfully."
151155
}
152156

153157
retry() {

0 commit comments

Comments
 (0)