mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
switch to lower_case prefix
without numbers
This commit is contained in:
parent
47073a10bc
commit
fd8b509dcb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue