From c980001f4c636e4d40d0f99ad82a776a470f6494 Mon Sep 17 00:00:00 2001 From: shakasan Date: Tue, 20 Mar 2018 04:26:58 +0100 Subject: [PATCH] . --- core_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core_functions.sh b/core_functions.sh index 7b54a5d..427bd5d 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -116,8 +116,8 @@ function yggInit () { printf "[INIT][UMAKE] PPA found [ ""$BOLDVERT""OK"$NORMAL" ] \n" fi - printf "[APT] update " - printf "\n[APT] update\n" &>> $logFile + printf "[INIT][APT] update " + printf "\n[INIT][APT] update\n" &>> $logFile sudo apt-get update &>> $logFile ret_code=$? retCode $ret_code