Skip to content

Commit 11ae1b0

Browse files
committed
fixed small typo
Signed-off-by: Marc Ahlgrim <[email protected]>
1 parent c1ba4a4 commit 11ae1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exc-docker/init-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ docker exec imap /etc/init.d/postfix reload
7171
# that's not secure for production environments but should be helpful here
7272
# in order to ssh into the docker host if ever we need to copy the certificates
7373
# for example. The host is not reachable from the outside world anyhow.
74-
sed -i s/\#PermitRootLogin\ prohibit-password$/PermitRootLogin\ yes/ Etc/ssh/sshd_config
74+
sed -i s/\#PermitRootLogin\ prohibit-password$/PermitRootLogin\ yes/ /etc/ssh/sshd_config
7575
systemctl restart sshd

0 commit comments

Comments
 (0)