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
--check
The --check option is broken. wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --check The --check option does not do anything useful.
wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --check
Desired behavior.
--check-error
--check-warn
There are three check functions present:
Default settings:
What should the command line option/arguments look like?
ref:
FreeTAKHub-Installation/scripts/easy_install.sh
Lines 88 to 110 in 3cc0295
Lines 637 to 638 in 3cc0295
Lines 302 to 320 in 3cc0295
Lines 345 to 423 in 3cc0295
Lines 325 to 340 in 3cc0295
Lines 428 to 463 in 3cc0295
The text was updated successfully, but these errors were encountered:
fts
No branches or pull requests
The
--check
option is broken.wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --check
The
--check
option does not do anything useful.Desired behavior.
--check-error
will enables checking (if check fails the script fails with an error).--check-warn
option disables checking (if check fails the script produces a warning but proceeds).There are three check functions present:
Default settings:
What should the command line option/arguments look like?
ref:
FreeTAKHub-Installation/scripts/easy_install.sh
Lines 88 to 110 in 3cc0295
FreeTAKHub-Installation/scripts/easy_install.sh
Lines 637 to 638 in 3cc0295
FreeTAKHub-Installation/scripts/easy_install.sh
Lines 302 to 320 in 3cc0295
FreeTAKHub-Installation/scripts/easy_install.sh
Lines 345 to 423 in 3cc0295
FreeTAKHub-Installation/scripts/easy_install.sh
Lines 325 to 340 in 3cc0295
FreeTAKHub-Installation/scripts/easy_install.sh
Lines 428 to 463 in 3cc0295
The text was updated successfully, but these errors were encountered: