mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
removes unnecessary webserver kill
This commit is contained in:
@@ -173,9 +173,7 @@ appMain = do
|
||||
useEnv
|
||||
|
||||
-- Generate the foundation from the settings
|
||||
makeFoundation settings >>= \f -> do
|
||||
forkIO $ restartWeb f
|
||||
startApp f
|
||||
makeFoundation settings >>= startApp
|
||||
|
||||
startApp :: RegistryCtx -> IO ()
|
||||
startApp foundation = do
|
||||
|
||||
Reference in New Issue
Block a user