(Not sure, if this is the right place for debian packaging.)

My upgrade from 3.8 to 3.10 using debian packages went flawlessly,
except for an error in the daily cronjob:

/etc/cron.daily/koha-common:
[: 97: missing ]

Thus please change line 61 in /usr/sbin/koha-run-backups from
    if [ -z "$dirname"]; then
to
    if [ -z "$dirname" ]; then

Thanks!
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to