This commit is contained in:
Gerhard Hoffmann 2023-05-25 17:32:39 +02:00
parent 79e823df52
commit 609cf8bc3c

View File

@ -37,7 +37,7 @@ if [ -f $CHECKOUT_HISTORY_FILE ]; then
if [ ${#opkg_c} -eq 0 ]; then
continue
fi
echo "DDD=${opkg_c}DDD"
echo "DDD=${#opkg_c}DDD"
# check if line is not starting with '#'
if ! grep -qE "^\s*[#]+.*$" <<< "$opkg_c"; then
echo -n "EXECUTE, $opkg_c, $now, N/A" | tr -d '\n\r' >> $GIT_UPDATE_LOG 2>&1