This commit is contained in:
Christian Berge 2025-11-07 09:00:59 +00:00 committed by GitHub
commit e5f5e1c364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
if sudo etcdctl --write-out=table snapshot status /tmp/etcdbackup &>/dev/null if sudo ETCDCTL_API=3 etcdctl --write-out=table snapshot status /tmp/etcdbackup &>/dev/null
then then
echo -e "\033[32m[OK]\033[0m\t\t a valid etcd backup was found" echo -e "\033[32m[OK]\033[0m\t\t a valid etcd backup was found"
SCORE=$(( SCORE + 10 )) SCORE=$(( SCORE + 10 ))