forked from michael.heier/citadel-core
Citadel 0.5.23
This commit is contained in:
parent
4efc08f7c9
commit
e5b1aebd0c
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user