Closed abmusse closed 6 years ago
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Allow for the specifying of 'y' to silence prompts and accept the default of 'y' to proceed. Currently it will pause the script and wait for the user to respond. This doesn't work for scenarios that need to be automated.
Example implementation:
chroot_setup -y /QOpenSys/this/dir/already/exists /path/to/chroot_aarons_custom.lst
Original comment by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Implemented in this commit
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Allow for the specifying of 'y' to silence prompts and accept the default of 'y' to proceed. Currently it will pause the script and wait for the user to respond. This doesn't work for scenarios that need to be automated.
Example implementation: