Skip to content

Commit 770b972

Browse files
committed
A few more client_result tweaks.
1 parent 2769029 commit 770b972

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.openshift/action_hooks/deploy

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# up again. This script gets executed directly, so it could be python, php,
55
# ruby, etc.
66

7-
#set -e
7+
set -e
8+
9+
source $OPENSHIFT_CARTRIDGE_SDK_BASH
810

911
DRUPAL_SITE_DIR=${OPENSHIFT_DATA_DIR}sites
1012
DRUPAL_PRIVATE_DIR=${OPENSHIFT_DATA_DIR}private
@@ -120,6 +122,7 @@ END
120122

121123
popd
122124
echo
125+
client_result ""
123126
client_result "Drupal 8 has been set up but not installed."
124127
client_result "Go to http://${OPENSHIFT_APP_DNS}/core/install.php to install Drupal."
125128
if [ ! -z $OPENSHIFT_MYSQL_DB_PASSWORD ]; then

0 commit comments

Comments
 (0)