qemush : suppression de newlines en trop
This commit is contained in:
parent
e318dd53eb
commit
37a1ed9296
1 changed files with 0 additions and 2 deletions
|
@ -100,7 +100,6 @@ public_ls() {
|
||||||
public_diskadd() {
|
public_diskadd() {
|
||||||
QEMUSH_NAME="$1"
|
QEMUSH_NAME="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
exec qemu-img create -f qcow2 "$(diskpath)" "$1"
|
exec qemu-img create -f qcow2 "$(diskpath)" "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,7 +107,6 @@ public_diskadd() {
|
||||||
public_diskrm() {
|
public_diskrm() {
|
||||||
QEMUSH_NAME="$1"
|
QEMUSH_NAME="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
exec rm -vi -- "$(diskpath)"
|
exec rm -vi -- "$(diskpath)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue