Use nixos-compatible shebang in run script
continuous-integration/drone/push Build is passing Details

master
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
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

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