fix: proper shebang
This commit is contained in:
parent
24a073be56
commit
6c68e7a505
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if ! [ "$(id -u)" = "0" ]; then
|
||||
echo "please perform as root, attempting to escalate privileges..."
|
||||
|
|
Loading…
Reference in a new issue