-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xargs: unmatched double quote; by default quotes are special to xargs unless you use the -0 option /dev/fd/63: line 40: unexpected EOF while looking for matching `"' #144
Comments
i found what break it, in scripts/utils.sh line 27 Line 27 in 4dc2693
the regex: s/(.*)=.*/\1/ need to be updated
i added: |
Hi @aradonweb |
4096 |
hello,
First of all I say wow!! amazing job!!!
now i fail to install,
i cloned the repo,
and copied the .env.dist to .env edited it a little bit
after i run:
sudo ./installl.sh
but i get:
xargs: unmatched double quote; by default quotes are special to xargs unless you use the -0 option /dev/fd/63: line 40: unexpected EOF while looking for matching
"'`i am on:
OS: ubuntu 22.04.1 LTS (Jammy Jellyfish)
Shell: bash 5.1.16
The text was updated successfully, but these errors were encountered: