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
|
||||
then return NoChange
|
||||
else do
|
||||
print "stopping!"
|
||||
void $ stopContainer cid
|
||||
restartcontainer
|
||||
else ifM (elem cid <$> listContainers AllContainers)
|
||||
|
|
Loading…
Reference in New Issue