fixed typo

This commit is contained in:
Gerhard Hoffmann 2023-05-24 16:46:52 +02:00
parent 2a8be547a8
commit 9eff70b780

View File

@ -188,7 +188,7 @@ pull_customer_repository () {
# If 'git pull' has fetched new data, then there are lines starting with
# DOWNLOAD or EXECUTE.
grep -E -q "^[[:space:]]*(DOWNLOAD|EXECUTE)" "$GIT_UPDATE_LOG"
if [ $? -eq 0]; then
if [ $? -eq 0 ]; then
log_info "$func:${LINENO}: new data fetched from repository"
cd_home; return 0
fi