Your timeout tag gives it all away: sudo timeout 60 dhclient $wifi || otherFunction. An example: sudo timeout 3 sleep 5 || echo finished early.
確定! 回上一頁