1
0

pkgs/clerie-backup: Fix typos

This commit is contained in:
clerie 2025-02-15 01:33:12 +01:00
parent 61a7d64452
commit 141f956e9a

View File

@ -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