#!/usr/bin/env bash
This commit is contained in:
parent
46e8775bac
commit
38116ff9f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Ensure the script is run as root
|
# Ensure the script is run as root
|
||||||
if [ "$EUID" -ne 0 ]; then
|
if [ "$EUID" -ne 0 ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue