-
Notifications
You must be signed in to change notification settings - Fork 142
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
Jail autocomplete function - testing required #758
base: master
Are you sure you want to change the base?
Jail autocomplete function - testing required #758
Conversation
With this current code, the autocomplete function is only called if the jails directory is not detected. The function will then proceed to check the directory, and if not found it will exit. If it find multiple directories, it will exist informing the user of multiple choices. If only one is found, it will set it as the TARGET. |
@bmac2 Not sure where I can view the shellcheck errors. Usually they are listed right inside the file... |
Ive added some shellcheck bypasses for the following reasons.
|
I've rewritten the autocomplete function to be a little easier to follow.
These are the key points.
When testing, please try to use every single command that is directed toward a jail, and let me know if it works properly or not.