Update wallust.sh

MLOG
This commit is contained in:
Ja.KooLit 2024-08-22 22:32:22 +09:00 committed by GitHub
parent c85b153013
commit 86ec0f97a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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