updated script

This commit is contained in:
Paul 2020-09-30 00:24:02 +02:00
parent 69f31c5316
commit 4b9cf3759a

View File

@ -3,8 +3,8 @@
import argparse
import gnupg
KEYID="salt"
GPGHOME="/etc/salt/gpgkeys"
KEYID = "salt"
GPGHOME = "/etc/salt/gpgkeys"
def parse_args():
parser = argparse.ArgumentParser(description='Encrypt password')