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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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