mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
fix path
This commit is contained in:
parent
9cbe02d141
commit
21efd8c5e1
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
|
|||
|
||||
redis_db=$(ynh_redis_get_free_db)
|
||||
ynh_app_setting_set --app=$app --key=redis_db --value="$redis_db"
|
||||
path="${path%/}"
|
||||
#path="${path%/}"
|
||||
settings="$install_dir/venv/lib/$weblate_pypath/site-packages/weblate/settings.py"
|
||||
|
||||
set_forge_variables
|
||||
|
|
Loading…
Reference in a new issue