Minor cleanup
This commit is contained in:
parent
035d34babd
commit
2c85f29da1
@ -50,7 +50,7 @@ verif() {
|
|||||||
if [[ $? -gt 0 ]]; then
|
if [[ $? -gt 0 ]]; then
|
||||||
echo "Error! Exit."
|
echo "Error! Exit."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
error() {
|
error() {
|
||||||
@ -410,9 +410,9 @@ action() {
|
|||||||
echo "Installation summary:"
|
echo "Installation summary:"
|
||||||
echo -e "\t- Server files will be downloaded from $URL"
|
echo -e "\t- Server files will be downloaded from $URL"
|
||||||
echo -e "\t- NALC server will be installed to $DESTINATION."
|
echo -e "\t- NALC server will be installed to $DESTINATION."
|
||||||
|
echo -e "\t- The $MINETEST_DIR directory will be used."
|
||||||
echo -e "\t- World of NALC will be installed to $MINETEST_DIR/worlds/$WORLD_NAME"
|
echo -e "\t- World of NALC will be installed to $MINETEST_DIR/worlds/$WORLD_NAME"
|
||||||
echo -e "\t- The minetestserver executable $MINETEST_BIN will be used."
|
echo -e "\t- The minetestserver executable $MINETEST_BIN will be used."
|
||||||
echo -e "\t- The $MINETEST_DIR directory will be used."
|
|
||||||
echo -e "\t- $MAP_BACKEND will be used as map backend."
|
echo -e "\t- $MAP_BACKEND will be used as map backend."
|
||||||
echo -e "\t- $PLAYER_BACKEND will be used as player backend."
|
echo -e "\t- $PLAYER_BACKEND will be used as player backend."
|
||||||
echo -e "\t- $AUTH_BACKEND will be used as auth backend."
|
echo -e "\t- $AUTH_BACKEND will be used as auth backend."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user