1
0
Fork 0
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:
yalh76 2022-04-06 19:42:56 +02:00
parent 47073a10bc
commit fd8b509dcb

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")
#=================================================