diff --git a/heavy_script.sh b/heavy_script.sh index dcfcb1e0..28f111fb 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -128,6 +128,7 @@ do done + #exit if incompatable functions are called [[ "$update_all_apps" == "true" && "$update_apps" == "true" ]] && echo -e "-U and -u cannot BOTH be called" && exit