partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6cd71549e87fc2ad3bca24c5f81008bcf17882a2
parent 13112323bfdc8b682062508a517038c2e8bcfc78
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat,  7 Nov 2015 21:32:36 +0100

Added note about legacy cronjobs

Diffstat:
Mweb/setup/js/SetupWizard.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/setup/js/SetupWizard.js b/web/setup/js/SetupWizard.js @@ -92,7 +92,7 @@ Ext.define('PartKeeprSetup.SetupWizard', { "Please remember to setup a cronjob:<br/>"+ '<code style="background-color: white; border: 1px solid black;">' + "0 0,6,12,18 * * * /usr/bin/php &lt;path-to-partkeepr&gt;/app/console partkeepr:cron:run" + - "</code><br/>The cronjob should run at least every 12 hours.<br/><br/>" + + "</code><br/>The cronjob should run at least every 12 hours. Remove any legacy PartKeepr cronjobs.<br/><br/>" + "If possible, set your web server's document root to the <b>web/</b> directory.<br/><br/>" + "PartKeepr will be opened when you click the submit button.<br/><br/>" }));