mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 05:33:48 -05:00
minor updates
This commit is contained in:
@@ -263,7 +263,7 @@ function is_os() {
|
||||
|
||||
# Ask the question
|
||||
function seek_confirmation() {
|
||||
echo ""
|
||||
# echo ""
|
||||
input "$@"
|
||||
if [[ "${force}" == "1" ]]; then
|
||||
notice "Forcing confirmation with '--force' flag set"
|
||||
|
||||
Reference in New Issue
Block a user