propellor spin
This commit is contained in:
parent
6ea324c613
commit
c120355272
|
@ -322,6 +322,7 @@ runningContainer cid@(ContainerId hn cn) image runps = containerDesc cid $ prope
|
||||||
if runningident == Just ident
|
if runningident == Just ident
|
||||||
then noChange
|
then noChange
|
||||||
else do
|
else do
|
||||||
|
liftIO $ print ("runningident", runningident, "vs", ident)
|
||||||
void $ liftIO $ stopContainer cid
|
void $ liftIO $ stopContainer cid
|
||||||
restartcontainer
|
restartcontainer
|
||||||
else ifM (liftIO $ elem cid <$> listContainers AllContainers)
|
else ifM (liftIO $ elem cid <$> listContainers AllContainers)
|
||||||
|
|
Loading…
Reference in New Issue