Reduce prompt timeout

This commit is contained in:
Koichiro IWAO 2023-05-26 23:27:20 +09:00
parent b3dba2bad4
commit 7efcd9280c
1 changed files with 1 additions and 1 deletions

View File

@ -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