propellor spin

This commit is contained in:
Joey Hess 2014-04-04 15:59:48 -04:00
parent 075a8eac5b
commit 1f783394c0
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -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)