You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user