diff options
Diffstat (limited to 'cgit')
-rwxr-xr-x | cgit/new.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit/new.sh b/cgit/new.sh index 25f11a1..9e14080 100755 --- a/cgit/new.sh +++ b/cgit/new.sh @@ -16,4 +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 fi |