forked from indymedia/epicyon
Remove public key
parent
e783b99737
commit
811abffe31
|
@ -204,7 +204,7 @@ if args.rmaccount:
|
||||||
if os.path.isfile(baseDir+'/keys/private/'+handle+'.key'):
|
if os.path.isfile(baseDir+'/keys/private/'+handle+'.key'):
|
||||||
os.remove(baseDir+'/keys/private/'+handle+'.key')
|
os.remove(baseDir+'/keys/private/'+handle+'.key')
|
||||||
accountRemoved=True
|
accountRemoved=True
|
||||||
if os.path.isfile(baseDir+'/keys/public/'+handle+'.key'):
|
if os.path.isfile(baseDir+'/keys/public/'+handle+'.pem'):
|
||||||
os.remove(baseDir+'/keys/public/'+handle+'.pem')
|
os.remove(baseDir+'/keys/public/'+handle+'.pem')
|
||||||
accountRemoved=True
|
accountRemoved=True
|
||||||
if accountRemoved:
|
if accountRemoved:
|
||||||
|
|
Loading…
Reference in New Issue