Skip to content
Snippets Groups Projects
Commit e690678a authored by bgm's avatar bgm
Browse files

Always symlink to civicrm, since source directory may have another name, ex: civicrm43

parent 4aaa5419
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ for SUBDIR in modules files files/civicrm files/civicrm/templates_c ; do
fi
done
ln -s "$CIVI_ROOT" "sites/$SITE_URL/modules/"
ln -s "$CIVI_ROOT" "sites/$SITE_URL/modules/civicrm"
cat "$CIVI_ROOT/templates/CRM/common/civicrm.settings.php.tpl" \
| sed "s;%%baseURL%%;http://${SITE_URL};" \
......
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