Skip to content
Snippets Groups Projects
Commit 8b0c4dc7 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

save config diffs

parent 33042814
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ wait=0 ...@@ -27,7 +27,7 @@ wait=0
# export variables that will be set in getfile config or project # export variables that will be set in getfile config or project
export IMLCI_PROJECT=TODO export IMLCI_PROJECT=TODO
export IMLCI_PHASE=TODO export IMLCI_PHASE=TODO
export cfgdiff=TODO
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# FUNCTIONS # FUNCTIONS
...@@ -72,7 +72,6 @@ function setprofile(){ ...@@ -72,7 +72,6 @@ function setprofile(){
downloadtmp="${tmpdir}/${IMLCI_PROJECT}.tgz.tmp" downloadtmp="${tmpdir}/${IMLCI_PROJECT}.tgz.tmp"
cfgdiff="${tmpdir}/${IMLCI_PROJECT}_cfgdiff.txt" cfgdiff="${tmpdir}/${IMLCI_PROJECT}_cfgdiff.txt"
test -f "${cfgdiff}" && rm -f "${cfgdiff}" test -f "${cfgdiff}" && rm -f "${cfgdiff}"
export cfgdiff
} }
# output a colored infoline with date and given message # output a colored infoline with date and given message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment