From 93d2f34680b22e3a78829ac9ced87031835933a0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Nov 2015 15:20:29 +0100 Subject: [PATCH] skip http restarting on building --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 22b2c33..ff792df 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ -python setup.py build; python setup.py install; systemctl restart httpd; +python setup.py build; python setup.py install; +systemctl restart httpd; rm -rf build rm -rf iotronic.egg-info rm -rf dist