Skip to content
Snippets Groups Projects
Commit 1ff5ad82 authored by Bart's avatar Bart
Browse files

make a backup

parent fd801a50
No related branches found
No related tags found
No related merge requests found
......@@ -38,4 +38,9 @@ cp -r $DIR/ontology/unlock_docs/site $DIR/site/ontology
cp -r $DIR/MetadataFields $DIR/site/
cp -r $DIR/metadata_docs/site/* $DIR/site/MetadataFields/
# make backup and deploy
if [ -d $DIR/unlockdocs ]; then
rm -rf unlockdocs.bck
mv unlockdocs unlockdocs.bck
fi
mv $DIR/site $DIR/unlockdocs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment