Skip to content
Snippets Groups Projects
Unverified Commit 932de911 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Change $COOK_QUIET if condition

parent cd6d1f35
No related branches found
No related tags found
1 merge request!7update-packages.sh improvements
......@@ -33,7 +33,7 @@ function usage {
}
function op {
if [ -z $COOK_QUIET ]
if [ ! "$COOK_QUIET" = "1" ]
then
echo -e "\033[01;38;5;215mcook - $1 $2\033[0m" >&2
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment