mirror of https://github.com/neutrinolabs/xrdp
Reduce prompt timeout
This commit is contained in:
parent
b3dba2bad4
commit
7efcd9280c
|
@ -56,7 +56,7 @@ echo
|
|||
|
||||
if [ -z "${BATCH}" ]; then
|
||||
echo -n "Copy tarball to ${OLDPWD}? [y/N] "
|
||||
read -t 300 copy_tarball
|
||||
read -t 60 copy_tarball
|
||||
case "${copy_tarball}" in
|
||||
[Yy]*) cp -i xrdp-${RELVER#v}.tar.gz "${OLDPWD}"; exit ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue