From 7f803249b673228189421c37c5f5fbf4b3d79c3f Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 22 May 2024 00:04:45 +0800 Subject: updated --- updateconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updateconf') diff --git a/updateconf b/updateconf index 330c93c..60475e1 100755 --- a/updateconf +++ b/updateconf @@ -29,7 +29,7 @@ for file in $spkgnew; do fi while true; do clear - diff -u $currentfile $file --color=always + diff -u $currentfile $file #--color=always if [ $? = 0 ]; then echo "Remove '$file', no diff found." rm -f "$file" -- cgit v1.2.3