From 86ec0f97a0edfed3554b5699d1adbcb4409326c0 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:32:22 +0900 Subject: [PATCH] Update wallust.sh MLOG --- install-scripts/wallust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/wallust.sh b/install-scripts/wallust.sh index 8c85884..290b72d 100755 --- a/install-scripts/wallust.sh +++ b/install-scripts/wallust.sh @@ -20,7 +20,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" # Set the name of the log file to include the current date and time LOG="Install-Logs/install-$(date +%d-%H%M%S)_wallust.log" -MLOG="install-$(date +%d-%H%M%S)_wallust.log" +MLOG="install-$(date +%d-%H%M%S)_wallust2.log" # Installing depencies for PKG1 in "${depend[@]}"; do