remove debug statement

This commit is contained in:
Daniel Sommer 2024-08-28 15:30:12 +02:00
parent c754df18c2
commit f1d24e6d07

View file

@ -5,4 +5,3 @@
# exit if user is not root
[[ "$EUID" != "0" ]] && return
echo "LOGIN AS ROOT"