Code

- Fix for Debian bug 535872
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Oct 2009 19:36:19 +0000 (19:36 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Oct 2009 19:36:19 +0000 (19:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@14619 594d385d-05f5-0310-b6e9-bd551577e9d8

update-config

index b17fd7ab52a6a82d04ff78482ebfbdc4b4004a66..379da9720f2e66d0c271e82c0a90a0f32ccef9a1 100755 (executable)
@@ -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."