From e458fd655dc9948cd2750f7931b7c182671a441a Mon Sep 17 00:00:00 2001 From: wodby <wodby@example.com> Date: Tue, 1 Jun 2021 16:01:29 +0000 Subject: [PATCH] ISTWCMS-4861: fixing symlink for d4d --- build_gesso.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_gesso.sh b/build_gesso.sh index 33df00db..e648e450 100755 --- a/build_gesso.sh +++ b/build_gesso.sh @@ -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 -- GitLab