mirror of
https://github.com/gogs/gogs.git
synced 2025-05-01 05:01:40 +00:00
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Cleanup SOCAT services and s6 event folder
|
|
rm -rf "$(find /app/gogs/docker/s6/ -name 'event')"
|
|
rm -rf /app/gogs/docker/s6/SOCAT_*
|