mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-04 09:46:43 +02:00
6 lines
No EOL
85 B
Bash
Executable file
6 lines
No EOL
85 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
if [ -f ./tmp/pids/server.pid ]; then
|
|
rm ./tmp/pids/server.pid
|
|
fi |