From d12882cae05a1897408855a6e6ef2e9a49295de9 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 16:41:22 +0000 Subject: [PATCH] Updated path tracking --- pyshelf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyshelf.sh b/pyshelf.sh index 3057dd3..ba04204 100755 --- a/pyshelf.sh +++ b/pyshelf.sh @@ -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