update host for remotegit

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-04-17 12:00:37 +09:00
parent a978c358e6
commit dbbbca76ed

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# 2011 Nico Schottelius (nico-nsbin at schottelius.org) # 2011-2015 Nico Schottelius (nico-nsbin at schottelius.org)
# #
# This file is part of nsbin. # This file is part of nsbin.
# #
@ -21,8 +21,8 @@
# Create remote git repo and add origin remote locally # Create remote git repo and add origin remote locally
# #
host=git.schottelius.org host=nico-data.schottelius.org
dir="/home/services/git" dir=/home/nico/git-bare
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "$0 name description [remotename]" echo "$0 name description [remotename]"