1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

MCOL-1953 - removed unneeded 'done'

This commit is contained in:
David Hill
2018-11-20 13:41:07 -06:00
parent 77a3890fb0
commit 8b6a6c9fca

View File

@@ -334,7 +334,6 @@ checkSSH()
checkRemoteDir()
{
if [ "$USER" != "root" ]; then
# Non-root User directory permissions check
#
@@ -358,7 +357,6 @@ checkRemoteDir()
pass=false
REPORTPASS=false
fi
done
if ! $pass; then
checkContinue