Skip to content

Commit

Permalink
Disable config_save_hash()
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Mar 8, 2022
1 parent 77b921a commit 8ab0e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easytls
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ easytls_config () {

# Write config
config_update || die "Error updating config."
config_save_hash || die "Error hashing config."
#config_save_hash || die "Error hashing config."
config_use || die "config_use (updated) - Error: ${?}"
} # => easytls_config ()

Expand Down Expand Up @@ -996,7 +996,7 @@ config_verify_hash () {

# Hash config-file
config_save_hash () {
#die "DISABLE: config_save_hash"
die "DISABLE: config_save_hash"
[ -z "${config_save_hash_block}" ] || \
die "config save hash must only run once"
request_fixed_hash=1
Expand Down

1 comment on commit 8ab0e75

@TinCanTech
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.