Skip to content

Commit e117bea

Browse files
authored
Merge pull request #616 from PiJoCoder/patch-2
Correct syntax to ensure only the one file is deleted
2 parents 508e5ee + f14d785 commit e117bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/bootstrap-sample-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $DEBUG sqlcmd -S $SQL_MASTER_INSTANCE -Usa -P$SQL_MASTER_SA_PASSWORD -I -b -i "$
9797

9898
# remove files copied into the pod:
9999
echo Removing database backup files...
100-
$DEBUG kubectl exec $MASTER_POD_NAME -n $CLUSTER_NAMESPACE -c mssql-server -i -t -- bash -c "rm -rvf /var/opt/mssql/data/*.bak"
100+
$DEBUG kubectl exec $MASTER_POD_NAME -n $CLUSTER_NAMESPACE -c mssql-server -i -t -- bash -c "rm -rvf /var/opt/mssql/data/tpcxbb_1gb.bak"
101101

102102
for table in web_clickstreams inventory customer
103103
do

0 commit comments

Comments
 (0)