mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix(synapse-cleanup): fi != }
This commit is contained in:
parent
51df19bf91
commit
bcf7032ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ main() {
|
|||
if [[ -z "$HOMESERVER" || -z "$API_ID" || -z "$DISCORD_WEBHOOK_LINK" ]]; then
|
||||
send_discord_message "Error: HOMESERVER, API_ID, and DISCORD_WEBHOOK_LINK must be set."
|
||||
exit 1
|
||||
}
|
||||
fi
|
||||
|
||||
# Initial sizes and usage
|
||||
local db_before_size=$(get_db_size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue