mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-17 22:57:44 +00:00
![Thomas Boerger](/assets/img/avatar_default.png)
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
3 lines
73 B
Bash
Executable file
3 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
su git -c "/home/git/gogs/scripts/gogs_supervisord.sh restart"
|