mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
agent: cleanup
This commit is contained in:
committed by
Aiden McClelland
parent
b908967ac4
commit
a122c4a058
@@ -56,7 +56,7 @@ getServerR = handleS9ErrT $ do
|
||||
ssh <- readFromPath settings sshKeysFilePath >>= parseSshKeys
|
||||
wifi <- WpaSupplicant.runWlan0 $ liftA2 WifiList WpaSupplicant.getCurrentNetwork WpaSupplicant.listNetworks
|
||||
specs <- getSpecs settings
|
||||
welcomeAck <- fmap isJust . lift . runDB . Persist.get $ WelcomeAckKey agentVersion
|
||||
welcomeAck <- fmap isJust . lift . runDB . Persist.get $ WelcomeAckKey agentVersion
|
||||
|
||||
let sid = T.drop 7 $ specsNetworkId specs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user