Files
appstore/apps/memgraph/latest/scripts/upgrade.sh
T
okxlin bc2e825a12 Add memgraph app
Maintainer-workflow: appstore-pr-maintainer
2026-07-15 10:01:16 +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"