Skip to content
Snippets Groups Projects
Commit e458fd65 authored by wodby's avatar wodby Committed by Igor Biki
Browse files

ISTWCMS-4861: fixing symlink for d4d

parent 47393a24
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!60ISTWCMS-4861: fixing symlink for d4d
......@@ -94,6 +94,10 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
cd $HTML_PATH
if [[ $build_option == 1 ]]; then
ln -s "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_gesso uw_wcms_gesso
elif [[ $build_option == 2 ]]; then
cd /var/www/html/web
ln -s ./profiles/uw_base_profile/modules/custom/uw_wcms_gesso uw_wcms_gesso
cd -
else
ln -s ../web/profiles/uw_base_profile/modules/custom/uw_wcms_gesso uw_wcms_gesso
fi
......
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