fix func name
This commit is contained in:
parent
749047d112
commit
4afbee11ac
|
@ -371,8 +371,8 @@ iabak = host "iabak.archiveteam.org"
|
|||
repo = "https://github.com/ArchiveTeam/IA.BAK/"
|
||||
graphiteCSRF = withPrivData (Password "csrf-token") (Context "iabak.archiveteam.org") $
|
||||
\gettoken -> property "graphite-web CSRF token" $
|
||||
gettoken $ \token -> do
|
||||
makeChange $ File.hasLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
||||
gettoken $ \token ->
|
||||
makeChange $ File.containsLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
||||
|
||||
--' __|II| ,.
|
||||
---- __|II|II|__ ( \_,/\
|
||||
|
|
Loading…
Reference in New Issue