Added support for version control integration

This commit is contained in:
Jon-William Lewis
2016-08-09 19:15:33 -05:00
parent 65421a2299
commit 47c697be24
2 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,13 @@ ENCRYPTION="FALSE" # Main Encryption Toggle:
PUBKEY="" # Public Key
# Encryption is done using GPG. You must enter your
# public key's identifier here.
#VCTL="" # Version Control program
# Set this to the name of your preferred version control
# program to use it in SNS. For example, if VCTL is Set
# to `git`, `sns git ...`` will call `git ...` in SNS's
# store. This can be used to revert changes, or to sync
# across computers.
EOF
chmod 600 "$CONFIG_FILE"