increase timeout for command submission

This commit is contained in:
Heavybullets8 2022-08-10 17:50:39 -06:00
parent fc8dba252a
commit 83e7657c37

View File

@ -89,7 +89,7 @@ do
1)
clear -x
title
read -rt 120 -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; }
k3s crictl exec -it "$container_id" $command
break
;;