propellor spin
This commit is contained in:
parent
075a8eac5b
commit
1f783394c0
|
@ -230,6 +230,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
|
||||||
if runningident == Just ident
|
if runningident == Just ident
|
||||||
then return NoChange
|
then return NoChange
|
||||||
else do
|
else do
|
||||||
|
print "stopping!"
|
||||||
void $ stopContainer cid
|
void $ stopContainer cid
|
||||||
restartcontainer
|
restartcontainer
|
||||||
else ifM (elem cid <$> listContainers AllContainers)
|
else ifM (elem cid <$> listContainers AllContainers)
|
||||||
|
|
Loading…
Reference in New Issue