From c926fe66f18778e139551f60f6e02509338112dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:29:31 +0200 Subject: [PATCH] Testing (#34) * Version 2 (#32) * v2 * Auto-update README * v2 * fix * Auto-update README --------- Co-authored-by: yunohost-bot * Update _common.sh * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 2 +- scripts/_common.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cf685c..98d36e9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io. -**Shipped version:** 2.4.0~ynh5 +**Shipped version:** 2.4.0~ynh6 **Demo:** https://demo.cachethq.io diff --git a/README_fr.md b/README_fr.md index ac8d140..17f8eef 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io. -**Version incluse :** 2.4.0~ynh5 +**Version incluse :** 2.4.0~ynh6 **Démo :** https://demo.cachethq.io diff --git a/manifest.toml b/manifest.toml index 7184d4b..7e3057e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Cachet" description.en = "Open source status page system" description.fr = "Système de page de statut open source" -version = "2.4.0~ynh5" +version = "2.4.0~ynh6" maintainers = ["JimboJoe"] diff --git a/scripts/_common.sh b/scripts/_common.sh index a6dbc66..578215c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ # Execute a command with occ exec_artisan() { (cd "$install_dir" && - php$YNH_PHP_VERSION artisan $@ --quiet --no-interaction) + php$phpversion artisan $@ --quiet --no-interaction) } #=================================================