Skip to content
Snippets Groups Projects
Commit fa9726fa authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

build-update-package: Corrected $MD5DIR value

parent 129af785
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ fi ...@@ -44,7 +44,7 @@ fi
: ${AGENTPACKAGEDIR:="SEED2-run"} : ${AGENTPACKAGEDIR:="SEED2-run"}
: ${UPDATEDIR:="update-files"} : ${UPDATEDIR:="update-files"}
MD5DIR="${AGENTDIR}/${AGENTPACKAGEDIR}/.md5sum" MD5DIR="${AGENTPACKAGEDIR}/.md5sum"
MD5DIRESC="$(echo ${MD5DIR} | sed "s/\./\\\./g")" MD5DIRESC="$(echo ${MD5DIR} | sed "s/\./\\\./g")"
VERSIONFILE="${AGENTDIR}/${AGENTPACKAGEDIR}/client/conf/version" VERSIONFILE="${AGENTDIR}/${AGENTPACKAGEDIR}/client/conf/version"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment