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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Great script, thanks for the work.
using --dry-run as last parameter gives: lightsail-miab-installer.sh: 1521: shift: can't shift that many
lightsail-miab-installer.sh: 1521: shift: can't shift that many
shouldn't be a shift on line 1479.
can workaround using a dummy argument: --dry-run dummy
The text was updated successfully, but these errors were encountered:
Bugfix: Remove 'shift' on --dry-run option. See #3
04d5be8
@batteredhedgehog Should be fixed by commit 04d5be8, please pull the last update.
Sorry, something went wrong.
No branches or pull requests
Great script, thanks for the work.
using --dry-run as last parameter gives:
lightsail-miab-installer.sh: 1521: shift: can't shift that many
shouldn't be a shift on line 1479.
can workaround using a dummy argument: --dry-run dummy
The text was updated successfully, but these errors were encountered: