Commit 7f43535f by Őry Máté

devenv: pass through on failed service stop

parent 05d4ad46
......@@ -2,7 +2,7 @@
for i in cloudstore toplist django
do
sudo stop $i
sudo stop $i || true
done
set -x
cd /opt/webadmin/cloud
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment