more build fixes (remove phantom shutdown page)
This commit is contained in:
parent
ab4fd36c0e
commit
8a9928742f
1 changed files with 12 additions and 13 deletions
|
@ -38,8 +38,7 @@ getShutdownConfirmedR = do
|
|||
- the transfer processes). -}
|
||||
ts <- M.keys . currentTransfers <$> getDaemonStatus
|
||||
mapM_ pauseTransfer ts
|
||||
page "Shutdown" Nothing $ do
|
||||
webapp <- liftH getYesod
|
||||
webapp <- getYesod
|
||||
let url = T.unpack $ yesodRender webapp (T.pack "") NotRunningR []
|
||||
{- Signal any other web browsers. -}
|
||||
liftAssistant $ do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue