Citadel 0.5.23

This commit is contained in:
Aaron Dewes 2022-02-26 17:35:48 +01:00
parent 4efc08f7c9
commit e5b1aebd0c
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"version": "0.5.22",
"name": "Citadel 0.5.22",
"version": "0.5.23",
"name": "Citadel 0.5.23",
"requires": ">=0.5.5",
"notes": "Please note: This update is not suitable for notes running the c-lightning beta. This update includes minor a few bug fixes."
"notes": "Please note: This update is not compatible with the c-lightning beta. This update introduces a new app in the app store: Tor Snowflake. With Snowflake, you can help people in countries which censor the internet."
}

View File

@ -25,6 +25,12 @@ echo
IS_MIGRATING=0
# If ${CITADEL_ROOT}/c-lightning exists, fail
if [[ -d "${CITADEL_ROOT}/c-lightning" ]]; then
echo "This update is not compatible with the c-lightning beta."
exit 1
fi
# Make Citadel OS specific updates
if [[ ! -z "${CITADEL_OS:-}" ]]; then
echo