Manage_server: can clean logs
This commit is contained in:
parent
c4620ac241
commit
8132fdb3e1
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
|||
cd `dirname $0`/..
|
||||
|
||||
UN=$1
|
||||
if [ "$1" = "full" ]
|
||||
if [ "$1" = "clean" ]
|
||||
then
|
||||
CMD=rm
|
||||
shift
|
||||
elif [ "$1" = "full" ]
|
||||
then
|
||||
CMD=cat
|
||||
shift
|
||||
|
|
Reference in a new issue