diff --git a/TestTestNet/mining-node/install.sh b/TestTestNet/mining-node/install.sh index b6f522c..f18bbeb 100644 --- a/TestTestNet/mining-node/install.sh +++ b/TestTestNet/mining-node/install.sh @@ -343,9 +343,9 @@ configure_logrotate() { } EOF" - sudo bash -c 'crontab -l 1> orig.crontab 2> /dev/null' + #sudo bash -c 'crontab -l 1> orig.crontab 2> /dev/null' sudo bash -c "cat >> orig.crontab << EOF - * */1 * * * /usr/sbin/logrotate /home/${ADMIN_USERNAME}/logrotate.conf +* */1 * * * /usr/sbin/logrotate /home/${ADMIN_USERNAME}/logrotate.conf EOF" sudo bash -c "cat orig.crontab | crontab -"