remove shellcheck error

This commit is contained in:
Heavybullets8 2022-12-20 11:31:26 -07:00
parent d86250e14d
commit ed67c026b5

View File

@ -95,6 +95,8 @@ do
clear -x
title
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
break
;;