From 09acaaa9b68a83335cd62036d2194b6e8a4cc0c2 Mon Sep 17 00:00:00 2001 From: yukkop Date: Tue, 2 Jun 2026 17:54:29 +0000 Subject: [PATCH] fix: some --- nixos/module/generic/matrix-cluster-users.nix | 2 +- package/db-tool/database.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/module/generic/matrix-cluster-users.nix b/nixos/module/generic/matrix-cluster-users.nix index d8a30e4e..8aced07d 100644 --- a/nixos/module/generic/matrix-cluster-users.nix +++ b/nixos/module/generic/matrix-cluster-users.nix @@ -43,5 +43,5 @@ in { }; }) userNames ); - } + }; } diff --git a/package/db-tool/database.sh b/package/db-tool/database.sh index 5f185906..de79bbd1 100644 --- a/package/db-tool/database.sh +++ b/package/db-tool/database.sh @@ -3,7 +3,7 @@ : "${REMAINING_ARGS:=}" -: "${DEFAULT_BACKUP_PATH:=${LOCAL_DIR:-$PWD}/focus/postgresql-backup/}" +: "${DEFAULT_BACKUP_PATH:=${LOCAL_DIR:-$PWD}/focus/postgresql-backup}" : "${SCRIPT_NAME:=$(basename "$0")}" SCRIPT_NAME=${SCRIPT_NAME%%.sh}