set assets dir

This commit is contained in:
2025-08-09 02:10:22 +00:00
parent 2993a57298
commit 2175e86f8b

2
pyshelf.sh vendored
View File

@@ -8,9 +8,9 @@ else
echo "Virtual environment not found. Please create it first."
exit 1
fi
export PYSHELF_ASSETS=/etc/pyShelf/src/frontend
# then we need to run the main script
if [ -f "/etc/pyShelf/release/pyshelf" ]; then
sudo export PYSHELF_ASSETS=/etc/pyShelf/src/frontend
exec /etc/pyShelf/release/pyshelf
else
echo "Main script not found. Please check the directory."