Use nixos-compatible shebang in run script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Bruder 2020-08-25 13:19:42 +02:00
parent ef71705c2b
commit ad15a2a516
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

2
run.sh
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
function set_latency_offset() {
if [ $# != 1 ]; then
return 1