mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
change pkill pattern
This commit is contained in:
parent
e9771dcb83
commit
6c6f5ccbe1
|
@ -26,9 +26,9 @@ function start_socat {
|
|||
|
||||
function stop_socat {
|
||||
echo "Stopping socat..."
|
||||
pkill -15 -f socat
|
||||
pkill -15 socat
|
||||
sleep 5
|
||||
pkill -9 -f socat
|
||||
pkill -9 socat
|
||||
}
|
||||
|
||||
function keep_running {
|
||||
|
|
Loading…
Reference in a new issue