Skip to content

Commit

Permalink
Merge pull request sensu#761 from palourde/bugfix/rpm-post-install
Browse files Browse the repository at this point in the history
Fix syntax error in RPM post script
  • Loading branch information
palourde authored Feb 15, 2018
2 parents 294a7b2 + 3afa53f commit c98d88a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/pkg_scripts/rpm/post
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ if [ $1 -eq 1 ]; then
chkconfig --add uchiwa
chkconfig uchiwa off
chmod 644 /etc/logrotate.d/uchiwa
}
fi

0 comments on commit c98d88a

Please sign in to comment.