fixed postinitscript
authorft
Thu, 21 Aug 2014 16:10:56 +0200
changeset 22ad5c99d3ca48
parent 21 39d4f181549a
child 23 7933295dbdca
fixed postinitscript
src/passwordreceiver.py
     1.1 --- a/src/passwordreceiver.py	Thu Aug 21 14:04:30 2014 +0200
     1.2 +++ b/src/passwordreceiver.py	Thu Aug 21 16:10:56 2014 +0200
     1.3 @@ -134,7 +134,7 @@
     1.4              raise web.badrequest(stderr)
     1.5          
     1.6          # Do the postinit stuff
     1.7 -        self.runPostInitScript(settings["preinitscript"])
     1.8 +        self.runPostInitScript(settings["postinitscript"])
     1.9          
    1.10          return "Success: Stick is initialized and mounted"
    1.11