Different behaviour of "sudo -l" checks

Better shebangs
This commit is contained in:
Daniel Pätzold
2026-03-16 11:53:31 +01:00
parent 453201981a
commit 264d1d4931
9 changed files with 39 additions and 21 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
#!/usr/bin/env sh
# Includes for System Setup
#
# SPDX-FileCopyrightText: Daniel Pätzold
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# This is not a runnig script-file. No Logik to execute. Its used for includes in other scripts.
# This is not a runnig script-file. No real logic to execute. Its used for includes in other scripts.
#Check if we are root
# Deprectaed - use if Statement itself