view extra/soundsoftware/run-hginit.sh @ 1623:8bc0cee5d93f live

Repository permission fix
author Chris Cannam
date Fri, 10 Aug 2018 12:21:05 +0100
parents c18460da6620
children
line wrap: on
line source
#!/bin/sh
location="$1"
hg init "$location" && mkdir "$location/.hg/store/data" && chown -R www-data.code "$location" && chmod g+s "$location"