From 13cc8ba142ff4603afbbc2deada2cb67c9a3c286 Mon Sep 17 00:00:00 2001 From: eheimbuch Date: Fri, 19 Jun 2020 12:00:47 +0200 Subject: [PATCH] fix typo --- scm-packaging/deb/src/main/deb/control/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-packaging/deb/src/main/deb/control/postinst b/scm-packaging/deb/src/main/deb/control/postinst index 849aaba2f9..e662ab460b 100644 --- a/scm-packaging/deb/src/main/deb/control/postinst +++ b/scm-packaging/deb/src/main/deb/control/postinst @@ -39,5 +39,5 @@ sudo systemctl enable scm-server # we start scm-manager after 5 seconds # this is required, because if we install scm-manager with recommend java -# java is not fully setup if we ran our posint script +# java is not fully setup if we ran our postint script echo "sleep 5; sudo systemctl start scm-server" | at now