waggle-sensor / beehive-server

Waggle cloud software for aggregation, storage and analysis of sensor data from Waggle nodes.
14 stars 17 forks source link

change #!/bin/sh to #!/bin/bash in do.sh #94

Closed seanshahkarami closed 4 years ago

seanshahkarami commented 4 years ago

!/bin/sh doesn't support the source command on some machines. It's probably easiest to just switch to bash explicitly.