use same script names inside and outside container. cleaner adding them as well

This commit is contained in:
Kristian Haugene
2015-05-24 21:54:23 +02:00
parent fa7fbca87a
commit 553dbf628c
5 changed files with 1 additions and 7 deletions

3
transmission/stop.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/sh
kill $(ps aux | grep transmission-daemon | grep -v grep | awk '{print $2}')