From a25b84fa6dec6a36729eafd5cc18169e4328056f Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 02:13:16 +0000 Subject: [PATCH] set assets dir --- pyshelf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyshelf.sh b/pyshelf.sh index c8f86c6..c9449fc 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 - sudo export PYSHELF_ASSETS=/etc/pyShelf/src/frontend + export PYSHELF_ASSETS=/etc/pyShelf/src/frontend exec /etc/pyShelf/release/pyshelf else echo "Main script not found. Please check the directory."