Commit fa3e91d8 authored by Raphael Beer's avatar Raphael Beer

Change: always start service with bin/restart

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