diff options
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht.cron')
-rw-r--r-- | dev-vcs/git-srht/files/git.sr.ht.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht.cron b/dev-vcs/git-srht/files/git.sr.ht.cron index 06c8477..9d92e09 100644 --- a/dev-vcs/git-srht/files/git.sr.ht.cron +++ b/dev-vcs/git-srht/files/git.sr.ht.cron @@ -1,4 +1,4 @@ #!/bin/sh -su - srht -s /bin/sh -c /usr/bin/gitsrht-periodic +su - git-srht -s /bin/sh -c /usr/bin/gitsrht-periodic exit $? |