update host for remotegit
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
a978c358e6
commit
dbbbca76ed
1 changed files with 3 additions and 3 deletions
|
@ -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]"
|
||||||
|
|
Loading…
Reference in a new issue