forge/bin/doctor

5 lines
169 B
Plaintext
Raw Permalink Normal View History

2024-03-10 19:35:50 +01:00
#!/bin/bash
ACTION="$@"
su - git -c "cd /srv/forgejo/bin ; /srv/forgejo/bin/forgejo doctor -c /etc/forgejo/forgejo.ini -w /srv/forgejo/ -C /srv/forgejo/custom $ACTION"