From d23b64a92c10b9da9134d6157e357dcc8c6fadd5 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 26 Aug 2023 16:03:29 +0800 Subject: [PATCH] Update update_dev.sh --- scripts/update_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_dev.sh b/scripts/update_dev.sh index 0ecdaa5dc..476929d1e 100755 --- a/scripts/update_dev.sh +++ b/scripts/update_dev.sh @@ -119,4 +119,4 @@ endTime=`date +%s` ((outTime=($endTime-$startTime)/60)) echo -e "Time consumed:\033[32m $outTime \033[0mMinute!" -} 1> >(tee /var/logs/mw-update.log) 2>&1 \ No newline at end of file +} 1>/var/logs/mw-update.log >(tee /var/logs/mw-update.log) 2>&1 \ No newline at end of file