padding
This commit is contained in:
parent
d8e2d6cd2f
commit
fc6b87a929
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function ssh-import
|
||||||
unzip -uo "$archive_file" -d $ssh_directory
|
unzip -uo "$archive_file" -d $ssh_directory
|
||||||
|
|
||||||
# Ask user if he want to delete the archive now that it has been imported
|
# Ask user if he want to delete the archive now that it has been imported
|
||||||
while read --nchars 1 -l response --prompt-str="Wanna delete the archive? (y/n)"
|
while read --nchars 1 -l response --prompt-str="Wanna delete the archive? (y/n) "
|
||||||
or return 1 # if the read was aborted with ctrl-c/ctrl-d
|
or return 1 # if the read was aborted with ctrl-c/ctrl-d
|
||||||
switch $response
|
switch $response
|
||||||
case y Y
|
case y Y
|
||||||
|
|
Loading…
Reference in a new issue