diff --git a/scripts/farmr_setup.sh b/scripts/farmr_setup.sh index 44b1043d..42a1e37f 100644 --- a/scripts/farmr_setup.sh +++ b/scripts/farmr_setup.sh @@ -72,14 +72,12 @@ if [[ ${mode} == 'fullnode' ]] || [[ ${mode} =~ "harvester" ]]; then echo "/stor-blockchain/venv/bin/stor" > override-stor-binary.txt fi - if [[ ! -f /etc/logrotate.d/farmr ]]; then - tee /etc/logrotate.d/farmr <