skip http restarting on building

This commit is contained in:
root 2015-11-23 15:20:29 +01:00
parent a47061c930
commit 93d2f34680
1 changed files with 2 additions and 1 deletions

View File

@ -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