refactor(aio): improve logging output in `update-preview-server.sh` (#24071)
PR Close #24071
This commit is contained in:
parent
36cc72ee5b
commit
3e39fef274
|
@ -3,7 +3,7 @@
|
||||||
set -eux -o pipefail
|
set -eux -o pipefail
|
||||||
exec 3>&1
|
exec 3>&1
|
||||||
|
|
||||||
echo "\n\n[`date`] - Updating the preview server..."
|
echo -e "\n\n[`date`] - Updating the preview server..."
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
readonly HOST_REPO_DIR=$1
|
readonly HOST_REPO_DIR=$1
|
||||||
|
|
Loading…
Reference in New Issue