X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Fsfa-server.py;h=4c5c417d44e143ae2c09e616a6e9f059bbfb9ea0;hb=4f3bc97150b4f34d9178a325ea5ba6befcf2ad0f;hp=8639d037c725ece439442e31346fa5ab8eec6925;hpb=41bedff38ff41b0750c969dacdbea98eb551f415;p=sfa.git diff --git a/sfa/server/sfa-server.py b/sfa/server/sfa-server.py index 8639d037..4c5c417d 100755 --- a/sfa/server/sfa-server.py +++ b/sfa/server/sfa-server.py @@ -98,7 +98,7 @@ def main(): # found in the authorities directory, generate a random one if not os.path.exists(server_key_file): hrn = config.SFA_INTERFACE_HRN.lower() - key_file = os.sep.join([hierarchy.basedir, hrn, hrn+".pkey") + key_file = os.sep.join([hierarchy.basedir, hrn, hrn+".pkey"]) if not os.path.exists(key_file): # if it doesnt exist then this is probably a fresh interface # with no records. Generate a random keypair for now