|
@ -22,7 +22,7 @@ gogocarto:init() { |
|
|
git config user.name "Root" || { |
|
|
git config user.name "Root" || { |
|
|
err "Couldn't create directory ${GOGOCARTO_CODE}, or init it with git." |
|
|
err "Couldn't create directory ${GOGOCARTO_CODE}, or init it with git." |
|
|
return 1 |
|
|
return 1 |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
fi |
|
|
fi |
|
|
if [ "$current_version" != "$GOGOCARTO_RELEASE" ]; then |
|
|
if [ "$current_version" != "$GOGOCARTO_RELEASE" ]; then |
|
|
cd "${GOGOCARTO_CODE}" || return 1 |
|
|
cd "${GOGOCARTO_CODE}" || return 1 |
|
|