We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This error shows up in the installation script when you run make install, i'm running the script using Kubuntu 20.04
$ make install echo 'Running installation' Running installation cp .env.example .env sh seosnap-dashboard/dev/commands/install.sh Generating new secret key Setting new admin user login Username [snaptron]: Email [snaptron@snap.tron]: seosnap-dashboard/dev/commands/install.sh: 10: read: Illegal option -s
The text was updated successfully, but these errors were encountered:
Same problem (WSL2, Ubuntu 20.04)
Sorry, something went wrong.
If someone need:
Edit install.sh shebang from
install.sh
#!/bin/sh
to
#!/bin/bash
Should work. Also notice that if the file .env was creating during failed execution, the script fail silently, so delete your .env first.
.env
No branches or pull requests
This error shows up in the installation script when you run make install, i'm running the script using Kubuntu 20.04
The text was updated successfully, but these errors were encountered: