waggle-sensor / beehive-server

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

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

Closed seanshahkarami closed 3 years ago

seanshahkarami commented 3 years ago

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