We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e96e64 commit 862784eCopy full SHA for 862784e
save_config_enc.sh
@@ -21,13 +21,13 @@ rundate=$(date)
21
#
22
# Leave the email address blank to simply copy the configuration file to the
23
# destination you specify with the 'configdir' setting below.
24
-email="[email protected]"
+email=""
25
26
# Specify the dataset on your system where you want the configuration files copied.
27
# Don't include the trailing slash.
28
29
# Example: configdir=/mnt/tank/sysadmin/config
30
-configdir="/root/work"
+configdir=""
31
32
# OpenSSL encryption passphrase file. Enter the passphrase on the the first line in
33
# the file. This file should have 0600 permissions.
0 commit comments