Skip to content

Commit 40b9807

Browse files
committed
Don't show output on run
1 parent 75c21c9 commit 40b9807

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -ex
1+
#!/bin/bash -e
22

33
if [ ! -z "$ADDITIONAL_STORES" ]; then
44
while IFS=',' read -ra HOSTS; do
@@ -15,6 +15,8 @@ fi
1515

1616
MAGE_MODE="${MAGE_MODE:-developer}"
1717

18+
echo "Setting Magento mode to $MAGE_MODE"
19+
1820
if [[ /var/www/app/etc/env.php -ot /var/www/app/etc/env.php.$MAGE_MODE ]]
1921
then
2022
cp -p /var/www/app/etc/env.php.$MAGE_MODE /var/www/app/etc/env.php

0 commit comments

Comments
 (0)