diff --git a/src/Application.hs b/src/Application.hs index cd87498a4..9566dee7a 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -234,7 +234,7 @@ makeFoundation appSettings'@AppSettings{..} = do migrateAll `runSqlPool` sqlPool | otherwise -> whenM (requiresMigration `runSqlPool` sqlPool) $ do $logErrorS "setup" "Migration required" - liftIO . exitWith $ ExitFailure 2 + liftIO . exitWith $ ExitFailure 130 $logDebugS "setup" "Cluster-Config" appCryptoIDKey <- clusterSetting (Proxy :: Proxy 'ClusterCryptoIDKey) `runSqlPool` sqlPool