zeus
3 years ago
2 changed files with 20 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||
#!/bin/sh |
|||
|
|||
BASEDIR=$(dirname $0) |
|||
cpwd=$PWD |
|||
|
|||
echo $BASEDIR |
|||
|
|||
cd $BASEDIR |
|||
|
|||
|
|||
cp fluent.conf /fluentd/etc/ |
|||
/tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem |
|||
|
Loading…
Reference in new issue