From ac646ae6b064cb17e2c11124794e911ce230c6de Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 2 Sep 2026 01:27:07 +0400 Subject: [PATCH] dev-upgrade --- lib/functions.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/functions.bash b/lib/functions.bash index ec74e12..ebd6a20 100644 --- a/lib/functions.bash +++ b/lib/functions.bash @@ -2,7 +2,6 @@ function sudo_root { [[ "$UID" -ne 0 ]] && sudo -vp 'SUDO privilege required: ' - true } ## ASSERT Functions