@@ -, +, @@ 'Press any key to clear the screen...' 'Press enter to clear the screen...' --------- --- You could type a whole sentence! Oops! --- debian/scripts/koha-passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/debian/scripts/koha-passwd +++ a/debian/scripts/koha-passwd @@ -47,7 +47,7 @@ do if is_instance $name ; then passwd=$(xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/$name/koha-conf.xml); echo "Password for $name: $passwd" - echo "Press any key to clear the screen..." + echo "Press enter to clear the screen..." read anykey clear else --