refactor(aio): improve logging output in update-preview-server.sh (#24071)

PR Close #24071
This commit is contained in:
George Kalpakas 2018-05-23 17:19:30 +03:00 committed by Matias Niemelä
parent 36cc72ee5b
commit 3e39fef274

View File

@ -3,7 +3,7 @@
set -eux -o pipefail
exec 3>&1
echo "\n\n[`date`] - Updating the preview server..."
echo -e "\n\n[`date`] - Updating the preview server..."
# Input
readonly HOST_REPO_DIR=$1