diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 14:26:52 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 14:26:52 -0400 |
| commit | f9bad86ece440b5ac2cde1f277ecd87de0bec8a0 (patch) | |
| tree | 02e7d44b5f36083ba88c6a89f91942a9bcaa1234 /scripts | |
| parent | 2b50b1db81a253e8d24756f2d422086ef4980491 (diff) | |
at this point it's my fault
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/redeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/redeploy.sh b/scripts/redeploy.sh index c5781c6..0e7ac98 100755 --- a/scripts/redeploy.sh +++ b/scripts/redeploy.sh @@ -7,7 +7,7 @@ cp -v ./configuration/cgit/cgitrc /etc/cgitrc cp -v ./configuration/cgit/cgit.css /usr/share/cgit/cgit.css cp -v ./configuration/gitolite/gitolite.rc /var/git/.gitolite.rc cp -vr ./configuration/gitolite/local /var/git/local -chown -R git:git ./var/git/{local,.gitolite.rc} +chown -R git:git /var/git/{local,.gitolite.rc} # build and sync zola static site (cd zola-static && zola build) |
