We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c2e6aa + 1f57ed3 commit b37f9c5Copy full SHA for b37f9c5
1 file changed
samples/features/sql-big-data-cluster/bootstrap-sample-db.sh
@@ -27,12 +27,12 @@ KNOX_ENDPOINT=$KNOX_IP:30443
27
28
for util in sqlcmd bcp kubectl curl
29
do
30
- echo Verifying $util is in path & which $util 1>/dev/nul 2>/dev/nul || (echo Unable to locate $util && exit 1)
+ echo Verifying $util is in path & which $util 1>/dev/null 2>/dev/null || (echo Unable to locate $util && exit 1)
31
done
32
33
# Copy the backup file, restore the database, create necessary objects and data file
34
pushd "/tmp"
35
-$DEBUG mkdir --parents "$TMP_DIR_NAME"
+$DEBUG mkdir -p "$TMP_DIR_NAME"
36
$DEBUG cd "$TMP_DIR_NAME"
37
38
echo Downloading sample database backup file...
0 commit comments