From 35c892187b1d21918b93c09b8c420ea9e71049c5 Mon Sep 17 00:00:00 2001 From: Mason Payne Date: Thu, 7 Nov 2024 23:47:05 -0700 Subject: [PATCH] fix home dir --- setup_ente_web.sh | 2 +- setup_museum.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_ente_web.sh b/setup_ente_web.sh index 59307df..c1eb104 100755 --- a/setup_ente_web.sh +++ b/setup_ente_web.sh @@ -6,7 +6,7 @@ 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" +LOCAL_REPO="/home/mason/src/ente" cd $LOCAL_REPO/web diff --git a/setup_museum.sh b/setup_museum.sh index 17bc964..9c11e12 100755 --- a/setup_museum.sh +++ b/setup_museum.sh @@ -4,7 +4,7 @@ set -e # set the local repo location -LOCAL_REPO="~/src/ente" +LOCAL_REPO="/home/mason/src/ente" INSTALL_DIR="/usr/local/bin/" LIB_DIR="/var/lib/museum/" PORT=1098