mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
22 lines
502 B
Bash
Executable File
22 lines
502 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
|
|
# SPDX-FileCopyrightText: 2021 Citadel and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
set -euo pipefail
|
|
|
|
RELEASE=$1
|
|
CITADEL_ROOT=$2
|
|
|
|
echo
|
|
echo "======================================="
|
|
echo "=============== UPDATE ================"
|
|
echo "======================================="
|
|
echo "========= Stage: Post-update =========="
|
|
echo "======================================="
|
|
echo
|
|
|
|
# Nothing here for now
|