From a27ffca4995d3eaf933fcbfb566fcf91906408c0 Mon Sep 17 00:00:00 2001 From: Yalh Date: Fri, 25 Jan 2019 13:28:42 +0100 Subject: [PATCH] Fix spelling --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c444628..312b2ab 100755 --- a/scripts/install +++ b/scripts/install @@ -246,7 +246,7 @@ fi #================================================= # SETUP #================================================= -# Give permisiion to the final_path +# Give permission to the final_path chown -R "$app":"$app" "$final_path" # App setup and db migration ( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix local.hex --force )