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

Also copy theme to repos

parent c1a959f7
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,10 @@ function install_bludit_theme {
else
function_check git_clone
git_clone $BLUDIT_THEME_REPO "${bludit_theme_dir}"
if [ -d "${bludit_theme_dir}" ]; then
mkdir /repos/bludittheme
cp -r "${bludit_theme_dir}"/* /repos/bludittheme/
fi
fi
cd "${bludit_theme_dir}" || return
......
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