Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 72052ff

Browse files
mvlbarcelosmichaelwittig
authored andcommitted
Fix typo (#125)
* Fix typo in rpm install output text * Fix file name
1 parent ba76613 commit 72052ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-ec2-ssh.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ASSUMEROLE=""
66

77
# Remove or set to 0 if you are done with configuration
88
# To change the interval of the sync change the file
9-
# /etc/cron.d/aws-ec2-ssh
9+
# /etc/cron.d/import_users
1010
DONOTSYNC=0

aws-ec2-ssh.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ chmod 0644 ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.d/import_users
4646
%include install_configure_sshd.sh
4747
%include install_configure_selinux.sh
4848
%include install_restart_sshd.sh
49-
echo "To configure the aws-ec2-ssh package, edit /etc/aws-ec-ssh.conf. No users will be synchronized before you did this."
49+
echo "To configure the aws-ec2-ssh package, edit /etc/aws-ec2-ssh.conf. No users will be synchronized before you did this."
5050

5151

5252
%postun

0 commit comments

Comments
 (0)