From 0d83cec63b43e7754a5a4be314efc92eb401015f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 15 Sep 2017 12:23:33 +0200 Subject: [PATCH] typo path_url --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c96fd4e..f69adb5 100755 --- a/scripts/install +++ b/scripts/install @@ -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 "__DOMAIN__" "$domain" $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