fix home dir
This commit is contained in:
@ -6,7 +6,7 @@ set -e
|
|||||||
# This script assumes you have already configured the .env.local file in the photos app directory
|
# This script assumes you have already configured the .env.local file in the photos app directory
|
||||||
|
|
||||||
# set the local repo location
|
# set the local repo location
|
||||||
LOCAL_REPO="~/src/ente"
|
LOCAL_REPO="/home/mason/src/ente"
|
||||||
|
|
||||||
cd $LOCAL_REPO/web
|
cd $LOCAL_REPO/web
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# set the local repo location
|
# set the local repo location
|
||||||
LOCAL_REPO="~/src/ente"
|
LOCAL_REPO="/home/mason/src/ente"
|
||||||
INSTALL_DIR="/usr/local/bin/"
|
INSTALL_DIR="/usr/local/bin/"
|
||||||
LIB_DIR="/var/lib/museum/"
|
LIB_DIR="/var/lib/museum/"
|
||||||
PORT=1098
|
PORT=1098
|
||||||
|
Reference in New Issue
Block a user