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}