Jellyfin now has $USER environment variable

This commit is contained in:
Tony Bark 2025-09-06 07:18:12 -04:00
parent 071a275f70
commit e3cacb5d1f
3 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1,5 @@
#!/bin/sh
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
docker system prune -a