Skip to content

Commit

Permalink
refactor: updated default value when builded from source in config sc…
Browse files Browse the repository at this point in the history
…ript
  • Loading branch information
Yashk767 committed Aug 29, 2024
1 parent 6bb7adb commit 4f1d57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ then
GAS_MULTIPLIER=1.0
fi

read -rp "Buffer Percent: (20) " BUFFER
read -rp "Buffer Percent: (5) " BUFFER
if [ -z "$BUFFER" ];
then
BUFFER=20
BUFFER=5
fi

read -rp "Wait Time: (5) " WAIT_TIME
Expand Down

0 comments on commit 4f1d57d

Please sign in to comment.