Skip to content

Commit 14771c5

Browse files
author
alexv-smirnov
committed
#40 #38 ref:20c17d7dd8ef01a873ed219be11e8c6fa5cfde77
1 parent 3572937 commit 14771c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/deploy/local_binary/linux/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ $1 = "disk" ]]; then
88
if [ ! -f ydb.data ]; then
99
echo Data file ydb.data not found, creating ...
1010
fallocate -l 64G ydb.data
11-
if [[ $? -ge 1 ]]; then
11+
if [[ $? -ge 1 ]]; then
1212
if [ -f ydb.data ]; then
1313
rm ydb.data
1414
fi

0 commit comments

Comments
 (0)