mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-17 16:34:42 -05:00
rm: add fallback value to response_force
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
+1
-1
@@ -430,7 +430,7 @@ for container in ${container_name_list}; do
|
||||
fi
|
||||
|
||||
# Accept only y,Y,Yes,yes,n,N,No,no.
|
||||
case "${response_force}" in
|
||||
case "${response_force:-"N"}" in
|
||||
y | Y | Yes | yes | YES)
|
||||
force=1
|
||||
force_flag="--force"
|
||||
|
||||
Reference in New Issue
Block a user