Updated path tracking

This commit is contained in:
2025-08-09 16:41:22 +00:00
parent d1d79ae7f1
commit d12882cae0

2
pyshelf.sh vendored
View File

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