Give proper permission to preinst script

This commit is contained in:
Akshay Joshi 2023-04-04 18:55:38 +05:30
parent fa29ba9163
commit c08ec7a1bd

View File

@ -39,6 +39,8 @@ rm -rf /usr/pgadmin4/venv
rm -rf /usr/pgadmin4/web
EOF
chmod 755 "${SERVERROOT}/DEBIAN/preinst"
cat << EOF > "${SERVERROOT}/DEBIAN/control"
Package: ${APP_NAME}-server
Version: ${APP_LONG_VERSION}