@@ -1,11 +1,11 @@
#!/bin/bash
pid=$(lsof -t -i :8080)
if [ ! -z "$pid" ]; then
kill $pid
if [ -n "$pid" ]; then
kill "$pid"
fi
cd skyvern-frontend
cd skyvern-frontend || exit 1
if [ ! -f .env ]; then
cp .env.example .env
The note is not visible to the blocked user.