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
When building a fresh Vagrant box I am seeing:
Updating APT sources... /home/vagrant/alaveteli/commonlib/bin/install-site.sh: 167: [: false: unexpected operator
commonlib/bin/install-site.sh
Line 167 in 02fa755
The text was updated successfully, but these errors were encountered:
Which OS is it running on?
Sorry, something went wrong.
Anyway, doesn't matter, that's not valid sh with two equals.
The other ifs in #70 were okay, but this one should probably be if [ x"$BACKPORTS" = x"true" ] to match.
if [ x"$BACKPORTS" = x"true" ]
Successfully merging a pull request may close this issue.
When building a fresh Vagrant box I am seeing:
commonlib/bin/install-site.sh
Line 167 in 02fa755
The text was updated successfully, but these errors were encountered: