Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-15 15:23:49 +00:00
parent 01971a5a8c
commit ed16aa5fd0
12 changed files with 109 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
if [[ "$(id -u)" -ne 0 ]]; then
echo "This script must be run as root or with sudo privileges."
echo "This script must be run as root."
exit 1
fi