Files
appstore/apps/gomodel/latest/scripts/upgrade.sh
T
2026-07-31 05:00:58 +08:00

6 lines
128 B
Bash
Executable File

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