updated from server

This commit is contained in:
cutemeli
2026-01-07 20:31:12 +01:00
parent 5cc6ef92c6
commit 57e70a7d09
121 changed files with 32219 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
### Copyright 1999-2025. WebPros International GmbH. All rights reserved.
[ "X${PLESK_INSTALLER_DEBUG}" = "X" ] || set -x
[ "X${PLESK_INSTALLER_STRICT_MODE}" = "X" ] || set -e
exec "$@"