fixup!
This commit is contained in:
parent
17439dfb4a
commit
26d008150f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ ssh -t $REMOTE_LOGIN "
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
trap install_unlock SIGINT SIGHUP EXIT
|
trap install_unlock SIGINT SIGHUP EXIT
|
||||||
if [ -d src ] ; then
|
if [ -d kurz-src ] ; then
|
||||||
echo '## Updating from repository'
|
echo '## Updating from repository'
|
||||||
( cd kurz-src && git fetch )
|
( cd kurz-src && git fetch )
|
||||||
else
|
else
|
||||||
|
|
Reference in a new issue