From 1a9633cc951dda88524505218811eaf611bb7205 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 16 Dec 2024 19:26:53 +0200 Subject: Fix output --- lib/_ak_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/_ak_script') diff --git a/lib/_ak_script b/lib/_ak_script index 6ef8fed..a8c4be4 100755 --- a/lib/_ak_script +++ b/lib/_ak_script @@ -17,7 +17,7 @@ ### You should have received a copy of the GNU General Public License ### along with this program. If not, see . ### -source ./lib/_ak_log || source $AK_LIBDIR/_ak_log +source ./lib/_ak_log > /dev/null 2>&1 || source $AK_LIBDIR/_ak_log > /dev/null 2>&1 # Wanna talk about it? function _ak_new_line(){ -- cgit v1.2.3