#!/usr/bin/env bash

This commit is contained in:
Sefinek 2024-12-25 18:45:18 +01:00
parent 46e8775bac
commit 38116ff9f8

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Ensure the script is run as root
if [ "$EUID" -ne 0 ]; then