JRGTH
JRGTH
This can be done by `return 1` if cp or x command fail, but since returning 1 breaks the batch/loop if one of the jails fails the command, by referencing...
Indeed this need some more testing/improvements with single and multiple jails executing and returning different codes other than 0/1, maybe just removing the added line break `echo`which also causes the...
Hi, considered and tested what you suggested and it seems to be more appropriate indeed, for `cp` batch `ALL`, the return status of said jail/cmd will be displayed for reference,...
Hello thanks for report. This should fix the issue: https://github.com/BastilleBSD/bastille/pull/488
> I can confirm. It's not just a Linux jail issue but for normal ones too. I found that manually editing the fstab to reflect the new directory name can...
Hi hackacad, is this related to the options parsing or the create_linux_jail loop itself? Be aware that bastille create will require -L|--linux option, otherwise it will be treated as a...
Agree, I will add the validation for the Linux jails to prevent the above issue.
This small changes in create command address the above issue: c90fea3
Just basic tested with/without quotes and with/without spaces, and with pipe `|` character, and working here as expected. P.S. Letting `jail` the parsing with variable expansion seems nice to have....
I had a quick look into this and seems that the `bastille mount` command was written/tested pointing to a single jail rather than working with `bastille ALL`. This command will...