0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

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
This commit is contained in:
Christian Boltz 2010-12-25 16:57:30 +00:00
parent bf17e00daf
commit 36bdb2fbd0

View File

@ -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;