Upgrading to version 2.4.1

1. install SQL-Ledger over top
   # cd /usr/local
   # tar zxvf sql-ledger-2.4.1.tar.gz

2. fix permissions
   # chown -hR nobody:nogroup *
   # chmod 711 templates users css spool

Note: replace nobody:nogroup with your web server user and group