From 98135933e0cbebec7d15250589a95a9edeb0280e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:26:52 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e935bd..30d7602 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ osTicket is a widely-used open source support ticket system. It seamlessly integ * Official app website: * Official user documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 3e15aa6..6e24914 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ osTicket is a widely-used open source support ticket system. It seamlessly integ * Site officiel de l’app : * Documentation officielle utilisateur : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 5f1d8d06a0cf5e36281ce596f4200bf4b89cd963 Mon Sep 17 00:00:00 2001 From: BenoitCier <73591305+BenoitCier@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:34:57 +0100 Subject: [PATCH 2/2] Update cron Solve issue --- conf/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron b/conf/cron index 596e0e5..55e9eff 100644 --- a/conf/cron +++ b/conf/cron @@ -1 +1 @@ -*/5 * * * * nobody /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/api/cron.php \ No newline at end of file +*/5 * * * * osticket /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/api/cron.php