You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2026-01-03 17:02:30 +03: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user