mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
eadb671b59
2 changed files with 4 additions and 3 deletions
3
quickemu
3
quickemu
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
export LC_ALL=C
|
||||
|
||||
function disk_delete() {
|
||||
if [ -e "${disk_img}" ]; then
|
||||
|
@ -362,4 +363,4 @@ if [ -n "${SNAPSHOT_ACTION}" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
vm_boot
|
||||
vm_boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue