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