diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-07 14:56:02 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-07 14:56:02 -0500 |
commit | de8c9ee3212bc633deb5f404894f132b75d2e63c (patch) | |
tree | 17790468685e5472b968b37007760998a449b774 /dev-vcs/git-srht/files/git.sr.ht.cron | |
parent | 4127ef3d0bccda127194a38ff9a31d1659f6a1df (diff) | |
download | MrRoy-Overlay-de8c9ee3212bc633deb5f404894f132b75d2e63c.tar.gz MrRoy-Overlay-de8c9ee3212bc633deb5f404894f132b75d2e63c.tar.bz2 MrRoy-Overlay-de8c9ee3212bc633deb5f404894f132b75d2e63c.zip |
dev-vcs/git-srht/files: rename srht user to git-srht
Signed-off-by: Julien Roy <julien@jroy.ca>
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 $? |