use the link dc2c.bin and do not add timestamp into file
This commit is contained in:
		@@ -19,7 +19,7 @@ write_log_file () {
 | 
				
			|||||||
        if ! grep -Eq "$line" $CHECKOUT_HISTORY_FILE; then
 | 
					        if ! grep -Eq "$line" $CHECKOUT_HISTORY_FILE; then
 | 
				
			||||||
            # line not found. first checkout of this branch (on this PSA).
 | 
					            # line not found. first checkout of this branch (on this PSA).
 | 
				
			||||||
            # mark dc and print-templates to be downloaded by update-tool.
 | 
					            # mark dc and print-templates to be downloaded by update-tool.
 | 
				
			||||||
            echo "DOWNLOAD, /etc/dc/dc2c.4.21.bin, $now, N/A" >> $GIT_UPDATE_LOG
 | 
					            echo "DOWNLOAD, /etc/dc/dc2c.bin, $now, N/A" >> $GIT_UPDATE_LOG
 | 
				
			||||||
            echo "DOWNLOAD, /etc/psa_config/DC2C_print01.json, $now, N/A" >> $GIT_UPDATE_LOG
 | 
					            echo "DOWNLOAD, /etc/psa_config/DC2C_print01.json, $now, N/A" >> $GIT_UPDATE_LOG
 | 
				
			||||||
            echo "DOWNLOAD, /etc/psa_config/DC2C_print02.json, $now, N/A" >> $GIT_UPDATE_LOG
 | 
					            echo "DOWNLOAD, /etc/psa_config/DC2C_print02.json, $now, N/A" >> $GIT_UPDATE_LOG
 | 
				
			||||||
            echo "DOWNLOAD, /etc/psa_config/DC2C_print03.json, $now, N/A" >> $GIT_UPDATE_LOG
 | 
					            echo "DOWNLOAD, /etc/psa_config/DC2C_print03.json, $now, N/A" >> $GIT_UPDATE_LOG
 | 
				
			||||||
@@ -41,7 +41,8 @@ write_log_file () {
 | 
				
			|||||||
        else
 | 
					        else
 | 
				
			||||||
            echo "Found existing line: $line. Do nothing"
 | 
					            echo "Found existing line: $line. Do nothing"
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
        echo "$line @$now" >> $CHECKOUT_HISTORY_FILE
 | 
					        echo "$line" >> $CHECKOUT_HISTORY_FILE
 | 
				
			||||||
 | 
					        # echo "$line @$now" >> $CHECKOUT_HISTORY_FILE
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        echo "*******************************************************"
 | 
					        echo "*******************************************************"
 | 
				
			||||||
        echo "     $CHECKOUT_HISTORY_FILE DOES NOT EXIST !!!         "
 | 
					        echo "     $CHECKOUT_HISTORY_FILE DOES NOT EXIST !!!         "
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user