fix home dir

This commit is contained in:
2024-11-07 23:47:05 -07:00
parent ef59275a72
commit 35c892187b
2 changed files with 2 additions and 2 deletions

View File

@ -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