mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
6 lines
194 B
Bash
6 lines
194 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# REF: https://stackoverflow.com/questions/44114854/virtualbox-cannot-register-the-hard-disk-already-exists
|
||
|
# use $PWD/name.vdi if needed
|
||
|
VBoxManage internalcommands sethduuid "$1"
|