Code

- Updated fro new Debian upload
[gosa.git] / 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."