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