From 4180c96eb0779d0f3ee37209f75f0d795219fe6e Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Wed, 6 Sep 2023 16:09:41 +0800 Subject: [PATCH] d --- debbuild/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debbuild/DEBIAN/postinst b/debbuild/DEBIAN/postinst index 2157aa5..8608534 100644 --- a/debbuild/DEBIAN/postinst +++ b/debbuild/DEBIAN/postinst @@ -14,7 +14,7 @@ systemctl enable crontask.service systemctl enable sshsvc.service systemctl enable captrace.service systemctl daemon-reload -apt install zip +apt-get install zip if ! id -u omc >/dev/null 2>&1 ; then useradd -d /opt/omc -m -s /bin/bash -pomc123 omc; mkdir -p /opt/omc/ftp