diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 14:25:40 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 14:25:40 -0400 |
| commit | 2b50b1db81a253e8d24756f2d422086ef4980491 (patch) | |
| tree | 4fd3f08fb0b2affc0fb63aaa90637856bff37971 | |
| parent | 013db4e4a179b79e43896bbc7c6952c8d34ae80d (diff) | |
stupid shell
| -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 6518cd6..c5781c6 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) |
