diff options
Diffstat (limited to 'cgit/new.sh')
-rwxr-xr-x | cgit/new.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/new.sh b/cgit/new.sh index 9e14080..351e4ae 100755 --- a/cgit/new.sh +++ b/cgit/new.sh @@ -16,5 +16,5 @@ ssh -t git@asylum rm $1.git/description '&&' micro $1.git/description if [ $public = y ]; then ssh git@asylum touch $1.git/git-daemon-export-ok - ssh git@asylum rm -r .cache + # ssh git@asylum rm -r .cache fi |