From b104c1fe4f8cf62ac1f46dda39cd4d37b4cec8dd Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 11 Sep 2012 11:34:10 +0300 Subject: disabled notify in silent mode --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 299fff6..c9663ba 100755 --- a/install +++ b/install @@ -80,4 +80,6 @@ fi . ./utils.sh install_ruby global -notify +if [ $SILENT = false ]; then + notify +fi -- cgit v1.2.3