Write $line to checkout_history-file only once
This commit is contained in:
parent
68d5205530
commit
7a790e442f
@ -40,10 +40,10 @@ write_log_file () {
|
||||
done
|
||||
fi
|
||||
fi
|
||||
echo "$line" >> $CHECKOUT_HISTORY_FILE
|
||||
else
|
||||
echo "Found existing line: $line. Do nothing"
|
||||
fi
|
||||
echo "$line" >> $CHECKOUT_HISTORY_FILE
|
||||
# echo "$line @$now" >> $CHECKOUT_HISTORY_FILE
|
||||
else
|
||||
echo "*******************************************************"
|
||||
|
Loading…
Reference in New Issue
Block a user