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