parent
80a8c573a2
commit
56a8b7da1d
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
if type kdialog 2> /dev/null; then
|
if type kdialog 2> /dev/null; then
|
||||||
VM=$(kdialog -inputbox "Enter the VM name to send files to:")
|
VM=$(kdialog --inputbox "Enter the VM name to send files to:")
|
||||||
if [ X$VM = X ] ; then exit 0 ; fi
|
if [ X$VM = X ] ; then exit 0 ; fi
|
||||||
|
|
||||||
SIZE=$(du --apparent-size -c -- "$@" 2> /dev/null | tail -1 | cut -f 1)
|
SIZE=$(du --apparent-size -c -- "$@" 2> /dev/null | tail -1 | cut -f 1)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
if type kdialog 2> /dev/null; then
|
if type kdialog 2> /dev/null; then
|
||||||
VM=$(kdialog -inputbox "Enter the VM name to send files to:")
|
VM=$(kdialog --inputbox "Enter the VM name to send files to:")
|
||||||
if [ X$VM = X ] ; then exit 0 ; fi
|
if [ X$VM = X ] ; then exit 0 ; fi
|
||||||
|
|
||||||
SIZE=$(du --apparent-size -c -- "$@" 2> /dev/null | tail -1 | cut -f 1)
|
SIZE=$(du --apparent-size -c -- "$@" 2> /dev/null | tail -1 | cut -f 1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user