Updated path tracking

This commit is contained in:
2025-08-09 16:39:28 +00:00
parent bafafd13ff
commit a8e8ac4b12

1
pyshelf.sh vendored
View File

@@ -10,6 +10,7 @@ else
fi
# then we need to run the main script
if [ -f "/etc/pyShelf/release/pyshelf" ]; then
cd /etc/pyshelf
export PYSHELF_ASSETS=/etc/pyShelf/src/frontend
exec /etc/pyShelf/release/pyshelf
else