Write $line to checkout_history-file only once
This commit is contained in:
		@@ -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 "*******************************************************"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user