summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c6f58f8)
raw | patch | inline | side by side (parent: c6f58f8)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 22 Oct 2009 19:36:19 +0000 (19:36 +0000) | ||
committer | opensides <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 | patch | blob | history |
diff --git a/update-config b/update-config
index b17fd7ab52a6a82d04ff78482ebfbdc4b4004a66..379da9720f2e66d0c271e82c0a90a0f32ccef9a1 100755 (executable)
--- a/update-config
+++ b/update-config
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."