diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 18:56:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 18:56:05 -0300 |
commit | fd1f9ab6096aa237e9a928580218861bb0e75c2f (patch) | |
tree | 0bbcf544f46c847ec57be3153c83dc9801877928 /kvmx-create | |
parent | a926dcdcef4f004d49845d8a1231e93361172c4b (diff) | |
download | kvmx-fd1f9ab6096aa237e9a928580218861bb0e75c2f.tar.gz kvmx-fd1f9ab6096aa237e9a928580218861bb0e75c2f.tar.bz2 |
Oops
Diffstat (limited to 'kvmx-create')
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create index aca74e6..9ab7bb4 100755 --- a/kvmx-create +++ b/kvmx-create @@ -149,7 +149,7 @@ kvmx_config # Check if [ -e "$image" ]; then - kvm_user_config overwrite n "WARNING: $image already exists. Overwrite the installation? (y/n)" + kvmx_user_config overwrite n "WARNING: $image already exists. Overwrite the installation? (y/n)" if [ "$overwrite" != "y" ]; then exit 1 |