Changed project name to be IPTV Manager Service
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Stop FastAPI
|
||||
if [ -f iptv-updater.pid ]; then
|
||||
kill $(cat iptv-updater.pid)
|
||||
rm iptv-updater.pid
|
||||
if [ -f iptv-manager.pid ]; then
|
||||
kill $(cat iptv-manager.pid)
|
||||
rm iptv-manager.pid
|
||||
echo "Stopped FastAPI"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user