Forgot a dir change in the release script

This commit is contained in:
Jorrit Wronski
2015-02-10 12:16:32 +01:00
parent 251f7fecf8
commit 171cc6dfb6

View File

@@ -147,6 +147,7 @@ if [ ${CPVERSION:0:7} != "nightly" ]; then
cp "coolprop.js" "coolprop-${CPVERSION}.js"
ln -sf "coolprop-${CPVERSION}.js" "coolprop-latest.js"
rsync $RSYNC_DRY_RUN $RSYNC_OPTS "coolprop-${CPVERSION}.js" "coolprop-latest.js" frs.sf.net-$SFUSER:/home/project-web/coolprop/htdocs/jscript/
popd
fi
#
if [[ ("$BINFOLDER" == "release") && ("$DRYRUN" == "false") ]]; then