Remove x flag

This commit is contained in:
Daniil Gentili 2019-12-25 19:14:41 +01:00
parent 2830c2d2e8
commit 0eadfe2131
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1,4 +1,4 @@
#!/bin/bash -ex
#!/bin/bash -e
# Configure
PHP_MAJOR_VERSION=$(php -r 'echo PHP_MAJOR_VERSION;')