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

Commit 430eca5

Browse files
committed
fix typo
1 parent 4074258 commit 430eca5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

aws-ec2-ssh.spec

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@ chmod 0644 ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.d/import_users
4747

4848
%include install_configure_selinux.sh
4949

50-
$include install_restart_sshs.sh
50+
%include install_restart_sshd.sh
5151

5252
echo "To configure the aws-ec2-ssh package, edit /etc/aws-ec-ssh.conf. No users will be synchronized before you did this."
5353

5454

5555
%postun
5656
sed -i 's:AuthorizedKeysCommand /usr/bin/authorized_keys_command.sh:#AuthorizedKeysCommand none:g' /etc/ssh/sshd_config
5757
sed -i 's:AuthorizedKeysCommandUser nobody:#AuthorizedKeysCommandUser nobody:g' /etc/ssh/sshd_config
58-
/etc/init.d/sshd restart
58+
59+
%include install_restart_sshd.sh
5960

6061

6162
%clean

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ chmod 0644 /etc/cron.d/import_users
149149

150150
$IMPORT_USERS_SCRIPT_FILE
151151

152-
./install_restart_sshs.sh
152+
./install_restart_sshd.sh
File renamed without changes.

0 commit comments

Comments
 (0)