Update start.sh to dynamically select directory for start.sh

This commit is contained in:
bcp-hayden
2023-05-14 17:10:09 -06:00
parent 33042f6dea
commit ee2ecd6d4b

View File

@ -30,4 +30,4 @@ echo "Installing Node Modules..."
npm i npm i
echo "Entering SillyTavern..." echo "Entering SillyTavern..."
node server.js node "$(dirname "$0")/server.js"