mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-09 22:15:10 +03:00

* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
2 lines
73 B
Bash
Executable file
2 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
su git -c "/home/git/gogs/scripts/gogs_supervisord.sh restart"
|