1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-10 22:42:30 +03:00

Merge pull request #798 from jmrojas2332/MCOL-2224

MCOL-2224
This commit is contained in:
Roman Nozdrin
2019-07-15 06:57:18 -05:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
for arg in "$@"; do for arg in "$@"; do
if [ `expr -- "$arg" : '--help'` -eq 6 ]; then if [ `expr -- "$arg" : '--help'` -eq 6 ]; then
echo "Usage ./quick_installer_multi_server.sh" echo "Usage ./quick_installer_single_server.sh"
echo "" echo ""
echo "Quick Installer for a Single Server MariaDB ColumnStore Install" echo "Quick Installer for a Single Server MariaDB ColumnStore Install"
echo "" echo ""
exit 1 exit 1
else else
echo "quick_installer_multi_server.sh: ignoring unknown argument: $arg" 1>&2 echo "quick_installer_single_server.sh: ignoring unknown argument: $arg" 1>&2
fi fi
done done