Skip to content

Commit 1e6b4be

Browse files
authored
Merge branch 'main' into patch-7
2 parents b661d58 + 653a2ec commit 1e6b4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ min_uses=1
4040
min_free="50G"
4141

4242
# If disk is full, set min_uses to 2
43-
if [ $(df -h /usr/src/app/shared | awk '(NR>1) { printf "%d", $5}') -ge 99 ]; then
43+
if [ $(df -h /usr/src/app/shared | awk '(NR>1) { printf "%d", $5}') -ge 98 ]; then
4444
min_uses=2;
4545
fi
4646

0 commit comments

Comments
 (0)