fix typo
This commit is contained in:
parent
b9135fd891
commit
c05ceaf175
1 changed files with 1 additions and 1 deletions
2
ctl
2
ctl
|
@ -92,7 +92,7 @@ hash -r 2>/dev/null
|
|||
ulimit -S -n 2048
|
||||
|
||||
function update_gitbase() {
|
||||
if [ -e "${BASE}/openmedialibrary/.git/config" ]; tthen
|
||||
if [ -e "${BASE}/openmedialibrary/.git/config" ]; then
|
||||
GIT_BASE=`grep origin .git/config -A 1 | grep url | cut -f2 -d=`
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue