mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
typo path_url
This commit is contained in:
parent
933076f8be
commit
0d83cec63b
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ ynh_replace_string "__ADMIN__" "$admin" $final_path/weblate/settings.py
|
||||||
ynh_replace_string "__ADMINMAIL__" "$admin_mail" $final_path/weblate/settings.py
|
ynh_replace_string "__ADMINMAIL__" "$admin_mail" $final_path/weblate/settings.py
|
||||||
ynh_replace_string "__DOMAIN__" "$domain" $final_path/weblate/settings.py
|
ynh_replace_string "__DOMAIN__" "$domain" $final_path/weblate/settings.py
|
||||||
ynh_replace_string "__KEY__" "$key" $final_path/weblate/settings.py
|
ynh_replace_string "__KEY__" "$key" $final_path/weblate/settings.py
|
||||||
ynh_replace_string "__PATHURL__" "$pathurl" $final_path/weblate/settings.py
|
ynh_replace_string "__PATHURL__" "$path_url" $final_path/weblate/settings.py
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PIP INSTALLATION
|
# PIP INSTALLATION
|
||||||
|
|
Loading…
Reference in a new issue