Skip to content

Commit 1a22b59

Browse files
author
Hauke Ingwersen
committed
Remove White space
1 parent a22df44 commit 1a22b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chown www-data:www-data -R /opt/app/bootstrap/cache
1414
echo "Running startup commands..."
1515
php /usr/local/bin/startup-commands.php | bash
1616

17-
if [[ -n "$DB_HOST" || -n "$DB_PORT" ]]; then
17+
if [[ -n "$DB_HOST" || -n "$DB_PORT" ]]; then
1818
wait-for-it.sh --host=$DB_HOST --port=$DB_PORT
1919
fi
2020

0 commit comments

Comments
 (0)