mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
remove parameter from ynh_string_random
This commit is contained in:
parent
bc48c74512
commit
aa7c41f141
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ virtualenv ${final_path}/venv
|
|||
echo "SPECIFIC SETUP settings.py"
|
||||
db_pwd=$(ynh_app_setting_get $app mysqlpwd)
|
||||
admin_mail="$(ynh_user_get_info $admin mail)"
|
||||
key=$(ynh_string_random 64)
|
||||
key=$(ynh_string_random)
|
||||
|
||||
cp ../conf/settings.py $final_path/venv/lib/python2.7/site-packages/weblate/settings.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue