mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
fix all the typos across the project
This commit is contained in:
@@ -217,7 +217,7 @@ mkdir -p "${MNT_DISK}/var/etcd-corrupted"
|
||||
echo "Saving corrupted data to ${MNT_DISK}/var/etcd-corrupted"
|
||||
mv /var/etcd/data "${MNT_DISK}/var/etcd-corrupted"
|
||||
|
||||
# Replace the corrupted data dir with the resotred data.
|
||||
# Replace the corrupted data dir with the restored data.
|
||||
echo "Copying restored data to /var/etcd/data"
|
||||
mv "${BACKUP_DIR}" /var/etcd/data
|
||||
|
||||
|
Reference in New Issue
Block a user