-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Starting from version 20.7.1 install.sh does not work on CentOS 7. Install script can't process line:
source <(grep -v '^#' .env | sed -E 's|^(.+)=(.*)$|: ${\1=\2}; export \1|g')
the error:
[root@sentry sentry]# source <(grep -v '^#' .env | sed -E 's|^(.+)=(.*)$|: ${\1=\2}; export \1|g')
-bash: /dev/fd/63: line 9: unexpected EOF while looking for matching `"'
-bash: /dev/fd/63: line 10: syntax error: unexpected end of file