From 4cde32c27b907fd3a0489c2b053282894ac7ca01 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 16:15:14 -0300 Subject: [PATCH] Update DEBIAN/postinst --- DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 8ad5da5..da58221 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,4 +1,4 @@ #!/bin/sh # Script executado pós instalação -sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config +sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config \ No newline at end of file