1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

Merge pull request #14 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2022-04-08 01:33:21 +02:00 committed by GitHub
commit f450d20ab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a modelviewcontroller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
**Shipped version:** 4.1.0~ynh2
**Shipped version:** 4.1.0~ynh3

View file

@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a modelviewcontroller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
**Version incluse :** 4.1.0~ynh2
**Version incluse :** 4.1.0~ynh3

View file

@ -5,7 +5,7 @@
"description": {
"en": "A content management system."
},
"version": "4.1.0~ynh2",
"version": "4.1.0~ynh3",
"url": "https://www.joomla.org",
"upstream": {
"license": "GPL-2.0-only",

View file

@ -29,7 +29,7 @@ password=$YNH_APP_ARG_PASSWORD
app=$YNH_APP_INSTANCE_NAME
admin_email=$(ynh_user_get_info --username="$admin" --key="mail")
db_prefix="$(ynh_string_random --length="4")_"
db_prefix="$(ynh_string_random --length="5" | tr '[:upper:]' '[:lower:]' | tr -d '0123456789')_"
secret=$(ynh_string_random --length="16")
#=================================================