diff --git a/scripts/ubuntu24.sh b/scripts/ubuntu24.sh index d3d3824..f096d18 100644 --- a/scripts/ubuntu24.sh +++ b/scripts/ubuntu24.sh @@ -10,7 +10,7 @@ sudo -u root apt autoremove -y cat << 'EOL' | sudo tee /etc/rc.local #!/bin/sh -ef # -test -f /etc/ssh/ssh_host_dsa_key || sudo -u root dpkg-reconfigure openssh-server +test -f /etc/ssh/ssh_host_dsa_key || dpkg-reconfigure openssh-server exit 0 EOL sudo -u root chmod +x /etc/rc.local