add script name

This commit is contained in:
Daniel Hansson
2023-10-04 15:36:00 +02:00
committed by GitHub
parent 19623b0011
commit 14b7019d21

View File

@@ -1,9 +1,5 @@
#!/bin/bash
# shellcheck disable=2034,2059,2164
true
# see https://github.com/koalaman/shellcheck/wiki/Directive
##################################################################################################################
if [[ "$EUID" -ne 0 ]]
@@ -30,6 +26,7 @@ fi
# shellcheck disable=2034,2059,2164
true
SCRIPT_NAME="Uninstall Script"
# shellcheck source=lib.sh
source lib.sh