mirror of
https://github.com/tw93/Mole.git
synced 2026-02-12 23:50:15 +00:00
chore: auto format code
This commit is contained in:
@@ -127,7 +127,7 @@ log_system_info() {
|
||||
echo "Shell: ${SHELL:-unknown} (${TERM:-unknown})"
|
||||
|
||||
# Check sudo status non-interactively
|
||||
if sudo -n true 2>/dev/null; then
|
||||
if sudo -n true 2> /dev/null; then
|
||||
echo "Sudo Access: Active"
|
||||
else
|
||||
echo "Sudo Access: Required"
|
||||
|
||||
Reference in New Issue
Block a user