From c07739d17d141ef4fce6c40df3ad8e7b7f6abcb4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Thu, 14 Sep 2017 10:40:26 +0200 Subject: [PATCH] fix typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 82337dd..07294d7 100755 --- a/scripts/install +++ b/scripts/install @@ -119,7 +119,7 @@ ynh_system_user_create $app # Copy Files sudo cp ../conf/uwsgi.ini $final_path/uwsgi.ini ynh_replace_string "__NAME__" "$app" $final_path/uwsgi.ini -ynh_replace_string "__FINALPATH__" "$finalpath" $final_path/uwsgi.ini +ynh_replace_string "__FINALPATH__" "$final_path" $final_path/uwsgi.ini # Config service sudo mkdir -p /etc/uwsgi/apps-enabled/