1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Fixed website

This commit is contained in:
Anthony Scemama 2021-03-06 19:49:55 +01:00
parent dca597a3ab
commit 09a862aa2b

View File

@ -34,10 +34,10 @@ emacs --batch \
if [[ $? -eq 0 ]]
then
mv index.html ${QMCKL_ROOT}/docs/
rm -rf $TMPDIR
exit 0
else
mv index.html ${QMCKL_ROOT}/docs/
rm -rf $TMPDIR
exit 2
fi