diff options
| author | Efraim Flashner | 2020-08-16 07:13:38 +0000 |
|---|---|---|
| committer | Shepherd | 2020-08-16 07:13:38 +0000 |
| commit | f199e13a451478ba2296d3e12ea8407aaedcc5fe (patch) | |
| tree | cf039d48b0e6a2bdf49c4e0ac71599cb865032fc | |
| parent | 9b381aef7b5f8f9eac22789eccdf45ee5e99878c (diff) | |
| download | gn-shepherd-services-f199e13a451478ba2296d3e12ea8407aaedcc5fe.tar.gz | |
gitea: fix typo
| -rwxr-xr-x | run_gitea.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_gitea.sh b/run_gitea.sh index 5cdc72f..7aa09a8 100755 --- a/run_gitea.sh +++ b/run_gitea.sh @@ -1,2 +1,2 @@ #!/bin/sh -/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea /usr/loca/guix-profiles/gitea/bin/gitea --port 3300' +/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea /usr/local/guix-profiles/gitea/bin/gitea --port 3300' |
