Skip to content

Commit

Permalink
fix for RedHat
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jul 21, 2016
1 parent f58bdea commit 1a6fee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/ssh/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function install()
done

header 'RESTARTING SSH SERVICE'
service ssh restart
service sshd restart

if [[ "$(isPortOpen '22')" = 'false' ]]
then
Expand Down

0 comments on commit 1a6fee6

Please sign in to comment.