Skip to content

Commit

Permalink
Fixing logrotate file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
carsso committed Jun 20, 2023
1 parent de8000b commit 8dc99ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.73.26
0.73.27
3 changes: 3 additions & 0 deletions build/deb/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ WIGOPATH="/usr/local/wigo"
EXAMPLEPROBES60=( hardware_load_average hardware_disks hardware_memory ifstat supervisord check_mdadm check_process haproxy lm-sensors iostat check_uptime )
EXAMPLEPROBES300=( smart check_ntp packages-apt )

# Fixing logrotate permissions
chown root:root /etc/logrotate.d/wigo

# <TEMPORARY>
rm /etc/wigo/conf.d/smart.conf
# </TEMPORARY>
Expand Down

0 comments on commit 8dc99ba

Please sign in to comment.