Mercurial > hg > soundsoftware-site
annotate extra/soundsoftware/run-hginit.sh @ 1628:9c5f8e24dadc live tip
Quieten this cron script
author | Chris Cannam |
---|---|
date | Tue, 25 Aug 2020 11:38:49 +0100 |
parents | 8bc0cee5d93f |
children |
rev | line source |
---|---|
Chris@1590 | 1 #!/bin/sh |
Chris@1590 | 2 location="$1" |
Chris@1623 | 3 hg init "$location" && mkdir "$location/.hg/store/data" && chown -R www-data.code "$location" && chmod g+s "$location" |