mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
rc: fix typo
This commit is contained in:
parent
5301999708
commit
4f269f7cb0
@ -319,7 +319,7 @@ while : ; do
|
||||
done
|
||||
|
||||
if [ -d /conf/sshd ]; then
|
||||
for FILE in "$(find /conf/sshd -type -f -name '*key')"; do
|
||||
for FILE in "$(find /conf/sshd -type f -name '*key')"; do
|
||||
# fixup permissions in MSDOS case
|
||||
chmod 600 ${FILE}
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user