diff --git a/npm_install.py b/npm_install.py index 164d532..c0c8cc4 100644 --- a/npm_install.py +++ b/npm_install.py @@ -1015,8 +1015,8 @@ def install_logrotate_for_data_logs(): copytruncate create 0640 root root postrotate - if [ -f /run/angie.pid ]; then - kill -USR1 $(cat /run/angie.pid) + if [ -f /run/angie/angie.pid ]; then + kill -USR1 $(cat /run/angie/angie.pid) fi endscript }