Updated shebang

This commit is contained in:
Horea Christian 2022-12-15 17:41:36 -05:00
parent 934b2cf3e8
commit d30ac26a8c

View file

@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
# checks if run as root:
if [ "$(whoami)" != 'root' ]
then