@@ -1,3 +1,5 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
if [[ "${EUID}" -ne 0 ]]; then
|
||||
echo "Please run the script as root."
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user
@@ -1,3 +1,5 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
if [[ "${EUID}" -ne 0 ]]; then
|
||||
echo "Please run the script as root."
|
||||
exit 1
|
||||
|