Skip to content

Commit

Permalink
去掉control.sh中的无用参数
Browse files Browse the repository at this point in the history
  • Loading branch information
blankbro committed Aug 8, 2023
1 parent d4bdc48 commit 66b38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Start(){
OS=$(uname)
echo "当前操作系统为${OS}"

OPTS="-broker mqtt://127.0.0.1:1883 -username admin -password admin -c 10"
OPTS="-broker mqtt://127.0.0.1:1883 -username admin -password admin"
if [ "${OS}" == "Darwin" ]; then
echo "Running on macOS"
nohup output/mac/mqtt-storm ${OPTS} > test.log 2>&1 &
Expand Down

0 comments on commit 66b38e5

Please sign in to comment.