Files
appstore/apps/wastebin/latest/scripts/upgrade.sh
T
2026-07-31 03:09:18 +08:00

6 lines
130 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"