From ef59275a724561e28ec4b4610b9d8fa8fe49368f Mon Sep 17 00:00:00 2001 From: Mason Payne Date: Thu, 7 Nov 2024 23:44:45 -0700 Subject: [PATCH] add comment about setting up with .env.local --- setup_ente_web.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 setup_ente_web.sh diff --git a/setup_ente_web.sh b/setup_ente_web.sh old mode 100644 new mode 100755 index c7c37c5..59307df --- a/setup_ente_web.sh +++ b/setup_ente_web.sh @@ -3,6 +3,8 @@ # Exit immediately if a command exits with a non-zero status. set -e +# This script assumes you have already configured the .env.local file in the photos app directory + # set the local repo location LOCAL_REPO="~/src/ente"