Skip to content

Commit

Permalink
remove ".0"
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Sep 8, 2024
1 parent aab35e6 commit da13e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ exportOVA() {

sudo xz -z "$_sor" -k -T 0 -c | split -b 2000M -d -a 1 - "$_ova.xz."
ls -lah
sudo mv "$_ova.xz.0" "$_ova.xz"
sudo chmod +r $_ova.xz*
}

Expand Down

0 comments on commit da13e52

Please sign in to comment.