dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23280
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11314: Fixed typo in crontab
------------------------------------------------------------
revno: 11314
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-07-02 23:13:12 +0100
message:
Fixed typo in crontab
modified:
tools/dhis2-tools-deb/pkg/usr/bin/dhis2-instance-create
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'tools/dhis2-tools-deb/pkg/usr/bin/dhis2-instance-create'
--- tools/dhis2-tools-deb/pkg/usr/bin/dhis2-instance-create 2013-06-14 13:19:16 +0000
+++ tools/dhis2-tools-deb/pkg/usr/bin/dhis2-instance-create 2013-07-02 22:13:12 +0000
@@ -162,6 +162,6 @@
sudo -u $TARGET sh -c "crontab -u $TARGET -" << EOT
@reboot CATALINA_BASE=/var/lib/dhis2/$TARGET /usr/bin/dhis2-startup $TARGET
-20 19 * * * /usr/bin/dhis2_backup $TARGET
+20 19 * * * /usr/bin/dhis2-backup $TARGET
21 00 * * * /usr/sbin/logrotate -s $DHIS2HOME/logrotate.status $DHIS2HOME/logrotate.conf
EOT