borg-repo: fix typo in OS names

This commit is contained in:
sparrowhawk 2021-10-04 11:58:20 +02:00
parent 56d9599bcb
commit 0108471e0c
No known key found for this signature in database
GPG key ID: 6778C9C29C02D691

View file

@ -3,7 +3,7 @@
os="$(cat "${__global:?}"/explorer/os)" os="$(cat "${__global:?}"/explorer/os)"
case "$os" in case "$os" in
"alpine|ubuntu") "alpine"|"ubuntu")
borg_package=borgbackup borg_package=borgbackup
;; ;;
*) *)