Translations:Fees And Profitability/58/en

From PlebNet Wiki
Jump to navigation Jump to search
  • If you are happy with the results, you can place the script in cron to run every night automatically and you can check the results at your convenience.

cp ~/bos_accounting/bos_accounting.log ~/ and then add to crontab via crontab -e and add the following lines.

 55 23 * * * ~/bos_accounting/bos_accounting.sh >>~/bos_accounting.log 2>&1

ctrl -x y enter to save and exit check via crontab -l and you can see your entry.