Skip to content

Commit 8182f4a

Browse files
authored
Merge pull request #507 from Kansattica/patch-1
Change shebang for portability.
2 parents 34fd80f + 3d6369e commit 8182f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/create_ap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# general dependencies:
44
# bash (to run this script)

0 commit comments

Comments
 (0)