mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
6 lines
144 B
Bash
6 lines
144 B
Bash
#!/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_*
|