use the link dc2c.bin and do not add timestamp into file
This commit is contained in:
parent
42317e7660
commit
b66848bb75
@ -19,7 +19,7 @@ write_log_file () {
|
||||
if ! grep -Eq "$line" $CHECKOUT_HISTORY_FILE; then
|
||||
# line not found. first checkout of this branch (on this PSA).
|
||||
# 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_print02.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
|
||||
echo "Found existing line: $line. Do nothing"
|
||||
fi
|
||||
echo "$line @$now" >> $CHECKOUT_HISTORY_FILE
|
||||
echo "$line" >> $CHECKOUT_HISTORY_FILE
|
||||
# echo "$line @$now" >> $CHECKOUT_HISTORY_FILE
|
||||
else
|
||||
echo "*******************************************************"
|
||||
echo " $CHECKOUT_HISTORY_FILE DOES NOT EXIST !!! "
|
||||
|
Loading…
Reference in New Issue
Block a user