From 8deb45989f2522742ea8683be5d2671d3051f1d3 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 16:03:37 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index d3ee03820..4d76f1df2 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -41,5 +41,5 @@ curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts endTime=`date +%s` -outTime=(${endTime}-${startTime})/60 +((outTime=(${endTime}-${startTime})/60)) echo -e "Time consumed:\033[32m $outTime \033[0mMinute!" \ No newline at end of file