pkgs/clerie-backup: Fix typos
This commit is contained in:
parent
61a7d64452
commit
141f956e9a
@ -42,10 +42,10 @@ if [[ ! -f "${CONFIG_DIR}/repo_url" ]]; then
|
|||||||
ISSUE_EXIST=1
|
ISSUE_EXIST=1
|
||||||
fi
|
fi
|
||||||
if [[ ! -f "${CONFIG_DIR}/auth_username" ]]; then
|
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
|
ISSUE_EXIST=1
|
||||||
fi
|
fi
|
||||||
if [[ ! -f "${CONFIG_DIR}/auth_username" ]]; then
|
if [[ ! -f "${CONFIG_DIR}/auth_password" ]]; then
|
||||||
echo "File ${CONFIG_DIR}/auth_password not found"
|
echo "File ${CONFIG_DIR}/auth_password not found"
|
||||||
ISSUE_EXIST=1
|
ISSUE_EXIST=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user