Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in Snapshot #151

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in Snapshot
  • Loading branch information
sueskind authored Sep 9, 2024
commit 7076a1e9b99b1e0c30f44e4d92d3c74a6b9238eb
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ UPDATE_CONTAINER () {
# fi
fi
# Backup
echo -e "${BL}[Info]${OR} Start Snaphot and/or Backup${CL}"
echo -e "${BL}[Info]${OR} Start Snapshot and/or Backup${CL}"
CONTAINER_BACKUP
echo
# Run update
Expand Down Expand Up @@ -676,7 +676,7 @@ UPDATE_VM () {
echo 'VM="'"$VM"'"' > /etc/ultimate-updater/temp/var
echo -e "${BL}[Info]${GN} Updating VM ${BL}$VM${CL} : ${GN}$NAME${CL}\n"
# Backup
echo -e "${BL}[Info]${OR} Start Snaphot and/or Backup${CL}"
echo -e "${BL}[Info]${OR} Start Snapshot and/or Backup${CL}"
VM_BACKUP
echo
# Run Update - Tryout SSH first
Expand Down