From 6bbb6458618ef9bca21d95a935da169f61328289 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Tue, 3 Feb 2015 00:16:26 +0000 Subject: [PATCH] Silent output in update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 06428c7..9aad211 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/sh cd /opt/v6helper ./build.py -service nginx reload +service nginx reload > /dev/null