From f52461329d1c29a00a3f4e2b21c83796d4ec0581 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 11 Jan 2024 14:19:35 +0800 Subject: [PATCH] fix: postinst update --- debbuild/22.04/DEBIAN/postinst | 2 +- debbuild/DEBIAN/postinst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debbuild/22.04/DEBIAN/postinst b/debbuild/22.04/DEBIAN/postinst index d7798c5..dc9da58 100644 --- a/debbuild/22.04/DEBIAN/postinst +++ b/debbuild/22.04/DEBIAN/postinst @@ -42,7 +42,7 @@ systemctl enable crontask.service systemctl enable sshsvc.service systemctl enable captrace.service systemctl enable adb.service -chmod +rx /usr/local/db/bin/* +chmod +rx /usr/local/omc/bin/* chmod +rx /usr/local/omc/* chmod +rx /usr/local/db/bin/* chmod +rx /usr/local/bin/* diff --git a/debbuild/DEBIAN/postinst b/debbuild/DEBIAN/postinst index 21e95d7..f62ed2c 100644 --- a/debbuild/DEBIAN/postinst +++ b/debbuild/DEBIAN/postinst @@ -44,7 +44,7 @@ systemctl enable captrace.service systemctl enable adb.service chmod +rx /usr/local/db/bin/* chmod +rx /usr/local/omc/* -chmod +rx /usr/local/db/bin/* +chmod +rx /usr/local/omc/bin/* chmod +rx /usr/local/bin/* chmod -R 755 /usr/local/omc/htdocs/front systemctl daemon-reload