From 141f956e9a642f9485dffd08555a8bd4b31d7b18 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 15 Feb 2025 01:33:12 +0100 Subject: [PATCH] pkgs/clerie-backup: Fix typos --- pkgs/clerie-backup/clerie-backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/clerie-backup/clerie-backup.sh b/pkgs/clerie-backup/clerie-backup.sh index c2106db..486b383 100755 --- a/pkgs/clerie-backup/clerie-backup.sh +++ b/pkgs/clerie-backup/clerie-backup.sh @@ -42,10 +42,10 @@ if [[ ! -f "${CONFIG_DIR}/repo_url" ]]; then ISSUE_EXIST=1 fi if [[ ! -f "${CONFIG_DIR}/auth_username" ]]; then - echo "File ${CONFIG_DIR}/auth_password not found" + echo "File ${CONFIG_DIR}/auth_username not found" ISSUE_EXIST=1 fi -if [[ ! -f "${CONFIG_DIR}/auth_username" ]]; then +if [[ ! -f "${CONFIG_DIR}/auth_password" ]]; then echo "File ${CONFIG_DIR}/auth_password not found" ISSUE_EXIST=1 fi