easy install: minor user message change for first-time install
This commit is contained in:
parent
ba3cbd7ecf
commit
9c3abb20e1
|
@ -199,8 +199,8 @@ version_info() {
|
||||||
git describe --tags --long HEAD 2>/dev/null > src/VERSION || echo '(unknown)' > src/VERSION
|
git describe --tags --long HEAD 2>/dev/null > src/VERSION || echo '(unknown)' > src/VERSION
|
||||||
|
|
||||||
# what was the old version there?
|
# what was the old version there?
|
||||||
export upgrade_details="you are upgrading from \
|
export upgrade_details="you are upgrading \
|
||||||
$(ssh -p $port $user@$host cat gitolite-install/src/VERSION 2>/dev/null || echo '(unknown)' ) \
|
$(ssh -p $port $user@$host cat gitolite-install/src/VERSION 2>/dev/null || echo '(or installing first-time)' ) \
|
||||||
to $(cat src/VERSION)"
|
to $(cat src/VERSION)"
|
||||||
|
|
||||||
prompt "$upgrade_details" "$v_upgrade_details"
|
prompt "$upgrade_details" "$v_upgrade_details"
|
||||||
|
|
Loading…
Reference in a new issue