fix: proper shebang

This commit is contained in:
Strix 2023-10-30 01:00:50 +01:00
parent 24a073be56
commit 6c68e7a505
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if ! [ "$(id -u)" = "0" ]; then
echo "please perform as root, attempting to escalate privileges..."