diff options
author | mia <mia@mia.jetzt> | 2024-07-05 16:36:29 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-07-05 16:36:29 -0700 |
commit | 55b4278719b1af00a858acd3065b91f527eb8fd9 (patch) | |
tree | 14edcd23bf5fc25b6d3adcc4f16599460f668736 /cgit/new.sh | |
parent | 56979efd3c0601e2b1c72ef5fb66512c81c1ccf7 (diff) | |
download | asylum-55b4278719b1af00a858acd3065b91f527eb8fd9.tar.gz asylum-55b4278719b1af00a858acd3065b91f527eb8fd9.zip |
updates
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 |