k0boldz \

This commit is contained in:
2025-10-14 09:17:29 -06:00
parent 6c87e57e2a
commit b0463ad486
2 changed files with 4 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
set -e
if [ -z $SUDO_USER ]; then
username=$SUDO_USER
else
username=$USER
fi