Files
appstore/apps/wol/latest/scripts/upgrade.sh
T
2026-07-31 04:49:37 +08:00

6 lines
137 B
Bash
Executable File

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