projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9b3ad4
)
fix deprecation
author
Sam
<sam.saffron@gmail.com>
Thu, 13 Mar 2014 04:53:25 +0000
(15:53 +1100)
committer
Sam
<sam.saffron@gmail.com>
Thu, 13 Mar 2014 04:53:25 +0000
(15:53 +1100)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index e15b1eb25dc564584bc0668a336e56a7294462d0..52d3711881d30077891c912daaf0e4eed0242ed3 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-230,7
+230,7
@@
case "$command" in
exit 1
fi
- found=`docker ps -q -a -notrunc | grep $cid`
+ found=`docker ps -q -a -
-
notrunc | grep $cid`
if [ -z $found ]
then
echo "Invalid cid file, deleting, please re-run"