mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-05 04:16:25 +08:00

- Fix s6 fifodir error on container restart - Add .tags* to .gitignore (Atom auto ctags generation)
6 lines
142 B
Bash
Executable File
6 lines
142 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_*
|