remove shellcheck error
This commit is contained in:
parent
d86250e14d
commit
ed67c026b5
@ -95,6 +95,8 @@ do
|
|||||||
clear -x
|
clear -x
|
||||||
title
|
title
|
||||||
read -rt 500 -p "What command do you want to run?: " command || { echo -e "\nFailed to make a selection in time" ; exit; }
|
read -rt 500 -p "What command do you want to run?: " command || { echo -e "\nFailed to make a selection in time" ; exit; }
|
||||||
|
# shellcheck disable=SC2086
|
||||||
|
# Quoting $command as suggested, causes the k3s command to fail
|
||||||
k3s crictl exec -it "$container_id" $command
|
k3s crictl exec -it "$container_id" $command
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user