1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-1244 - default install to distributed

This commit is contained in:
David Hill
2018-10-11 16:54:48 -05:00
parent 39c283281a
commit 8cb45b5893
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ for arg in "$@"; do
systemName="`echo $arg | awk -F= '{print $2}'`"
systemName="-sn "$systemName
elif [ `expr -- "$arg" : '--dist-install'` -eq 14 ]; then
nonDistrubutedInstall=" "
nonDistrubutedInstall="-d"
elif [ `expr -- "$arg" : '--help'` -eq 6 ]; then
echo "Usage ./quick_installer_multi_server.sh [OPTION]"
echo ""