summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 1bd65a7..e30c423 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -28,7 +28,7 @@ composer8.1 install --no-dev --optimize-autoloader --ignore-platform-reqs
$PHP prepare_static.php
cp "$DEV_DIR/config-local.php" .
-cat config-local.php | grep -v is_dev | tee config-local.php
+cat config-local.php | grep -v is_dev | tee config-local.php >/dev/null
popd
# copy staging to prod