We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3572937 commit 14771c5Copy full SHA for 14771c5
ydb/deploy/local_binary/linux/start.sh
@@ -8,7 +8,7 @@ if [[ $1 = "disk" ]]; then
8
if [ ! -f ydb.data ]; then
9
echo Data file ydb.data not found, creating ...
10
fallocate -l 64G ydb.data
11
- if [[ $? -ge 1 ]]; then
+ if [[ $? -ge 1 ]]; then
12
if [ -f ydb.data ]; then
13
rm ydb.data
14
fi
0 commit comments