fix
This commit is contained in:
parent
4ae9ee2c66
commit
628723b218
1 changed files with 2 additions and 2 deletions
|
@ -373,12 +373,12 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
case $XASH_INSTALLATION_MODE in
|
case $XASH_INSTALL_MODE in
|
||||||
install)
|
install)
|
||||||
message info "${GREEN}DONE!!${ENDCOLOR} Installation completed without erros."
|
message info "${GREEN}DONE!!${ENDCOLOR} Installation completed without erros."
|
||||||
message info "Your ready to run Xash3D installation is located in"
|
message info "Your ready to run Xash3D installation is located in"
|
||||||
message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}"
|
message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}"
|
||||||
case $XASH_INSTALLATION_TYPE in
|
case $XASH_INSTALL_TYPE in
|
||||||
client)
|
client)
|
||||||
message info "You can run the game with ${YELLOW}'./xash3d'${ENDCOLOR} from the install location"
|
message info "You can run the game with ${YELLOW}'./xash3d'${ENDCOLOR} from the install location"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue