Added readonly access to $HOME for sqlite grafana extension for Eko
development
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -121,6 +121,10 @@ if [ ! -f "$MARKER_FILE" ]; then
|
||||
# Start linkwarden
|
||||
(pushd $HOME/personal/linkwarden > /dev/null && docker compose up -d > /dev/null && popd) &>/dev/null
|
||||
|
||||
# HACK: I need read access to home for sqlite access for eko
|
||||
# in prod it'll be read access /var/lib/eko which is fine I guess?
|
||||
chmod o+x /home/kyren/
|
||||
|
||||
touch "$MARKER_FILE"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user