You're missing some white-space: [ $BET=0 ] should be [ $BET = 0 ] instead. Better yet, perform a numerical comparison with [ $BET -eq 0 ] .
確定! 回上一頁