From e77b7086c210c1709f7e88cd6bdab5386fe85348 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 15 Jul 2024 18:19:00 +0200 Subject: [PATCH] [ubuntu24ls] fix: remove sudo remains --- scripts/ubuntu24.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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