Skip to content
Snippets Groups Projects
Commit cde72687 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix problem with installation dir

parent 0b05401e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ function clean_modules() {
# base directory for installation, depends on site
function get_install_base() {
RESULT=$(pwd)/../${INSTALLATION_DIR}
RESULT=${INSTALLATION_DIR}
echo $RESULT
}
......
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