Skip to content

Commit 561c81d

Browse files
committed
Add missing chmod 644
Signed-off-by: Tommy <[email protected]>
1 parent 044fc9d commit 561c81d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RHEL-10.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
6666
sudo mkdir -p /etc/systemd/system/sshd.service.d/
6767
sudo chmod 755 /etc/systemd/system/sshd.service.d/
6868
unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/system/sshd.service.d/override.conf | sudo tee /etc/systemd/system/sshd.service.d/override.conf > /dev/null
69+
sudo chmod 644 /etc/systemd/system/sshd.service.d/override.conf
6970
sudo systemctl daemon-reload
7071
sudo systemctl restart sshd
7172

0 commit comments

Comments
 (0)