Files
appstore/apps/cerbos/latest/scripts/upgrade.sh
T
okxlin 5dfd3185e0 Add cerbos app
Maintainer-workflow: appstore-pr-maintainer
2026-07-15 05:29:02 +08:00

6 lines
135 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
exec bash "${SCRIPT_DIR}/init.sh"