Skip to content

Commit 862784e

Browse files
authored
Update save_config_enc.sh
1 parent 3e96e64 commit 862784e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

save_config_enc.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ rundate=$(date)
2121
#
2222
# Leave the email address blank to simply copy the configuration file to the
2323
# destination you specify with the 'configdir' setting below.
24-
24+
email=""
2525

2626
# Specify the dataset on your system where you want the configuration files copied.
2727
# Don't include the trailing slash.
2828

2929
# Example: configdir=/mnt/tank/sysadmin/config
30-
configdir="/root/work"
30+
configdir=""
3131

3232
# OpenSSL encryption passphrase file. Enter the passphrase on the the first line in
3333
# the file. This file should have 0600 permissions.

0 commit comments

Comments
 (0)