Commit fa3e91d8 authored by Raphael Beer's avatar Raphael Beer

Change: always start service with bin/restart

parent 28d9bc60
......@@ -7,8 +7,7 @@ fi
echo 'Stopping service'
pkill -f twitter-auth-key
if [ $? -ne 0 ]; then
echo "Service not running. Aborting."
exit 1
echo "Service not running"
fi
if [ "$1" == "-k" ]; then
......
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 to comment