postfixadmin-cli:

- don't clear the screen at startup


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@906 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 14 years ago
parent bf17e00daf
commit 36bdb2fbd0

@ -22,10 +22,9 @@
# @license http://www.opensource.org/licenses/mit-license.php The MIT License
#
################################################################################
clear
LIB=${0/%postfixadmin-cli/}
exec php -q ${LIB}postfixadmin-cli.php "$@"
exit;
exit;

Loading…
Cancel
Save