Skip to content
This repository was archived by the owner on May 9, 2018. It is now read-only.

Commit 28ecd12

Browse files
committed
Save load_default_banner to config file
1 parent 9b29aa9 commit 28ecd12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authy-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function install_authy() {
217217

218218
yellow "Generating initial config on ${config_file}..."
219219
echo "banner=Good job! You've securely logged in with Authy." > "${config_file}"
220-
echo "load_default_banner=${load_default_banner}"
220+
echo "load_default_banner=${load_default_banner}" >> "${config_file}"
221221
echo "api_key=${authy_api_key}" >> "${config_file}"
222222
echo "default_verify_action=${default_verify_action}" >> "${config_file}"
223223
else

0 commit comments

Comments
 (0)