Handle nonstop arg

This commit is contained in:
Wildan M 2025-11-08 16:08:59 +07:00
parent c059f13e4f
commit 47533553c8

View File

@ -13,6 +13,9 @@ do
elif [[ "$arg" == "--offline" ]]
then
export COOKBOOK_OFFLINE=true
elif [[ "$arg" == "--nonstop" ]]
then
export COOKBOOK_NONSTOP=true
elif [[ $arg == "--*" ]]
then
COOK_OPT+=" ${arg}"