From e2c99eb1201a50152db3c934f06c73819f9e1351 Mon Sep 17 00:00:00 2001 From: opensides Date: Thu, 22 Oct 2009 19:36:19 +0000 Subject: [PATCH] - Fix for Debian bug 535872 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@14619 594d385d-05f5-0310-b6e9-bd551577e9d8 --- update-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-config b/update-config index b17fd7ab5..379da9720 100755 --- a/update-config +++ b/update-config @@ -8,8 +8,8 @@ will not touch the parts you have touched between the main tabs. A backup copy created. EOF -read -n1 -sp "Do you want to continue? (y/n)" answer -echo +printf "Do you want to continue? (y/n) " "$answer" +read answer if [ "$answer" != "y" -a "$answer" != "Y" ]; then echo "Aborted." -- 2.30.2