mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-27 02:46:47 +01:00
d44cc14c6b
* added packer build for DigitalOcean Droplets * fixed typo * added packer RELEASE_GUIDE.md, Makefile * Apply suggestions from code review Co-authored-by: Roman Khavronenko <hagen1778@gmail.com> * added corrections amd improvements * added packer link & templating for sed version * fixed typo Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com> Co-authored-by: Roman Khavronenko <hagen1778@gmail.com>
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Remove log files generated during instance creation and
|
|
# configuration.
|
|
|
|
rm -rf /var/log/kern.log
|
|
rm -rf /var/log/ufw.log |