Skip to content
Snippets Groups Projects
Commit b39923cb authored by Bob Mottram's avatar Bob Mottram
Browse files

Create directory

parent 2f3f8362
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ function install_bludit {
if [ -d "/var/www/$BLUDIT_DOMAIN_NAME/htdocs" ]; then
rm -rf "/var/www/$BLUDIT_DOMAIN_NAME/htdocs"
fi
mkdir -p "/var/www/$BLUDIT_DOMAIN_NAME"
if [ -d /repos/bludit ]; then
mkdir "/var/www/$BLUDIT_DOMAIN_NAME/htdocs"
cp -r -p /repos/bludit/. "/var/www/$BLUDIT_DOMAIN_NAME/htdocs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment