From d1c61000adeb75864ae65e67b3bc6105a5640f02 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sun, 21 Oct 2018 10:43:23 +0300 Subject: [PATCH] less strict 'rm' command --- updatewine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatewine.sh b/updatewine.sh index bcef64b..fd35e8f 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -248,7 +248,7 @@ function netCheck() { echo -e "\nInternet connection failed (GitHub). Please check your connection and try again.\n" exit 1 fi - rm ./index.html.tmp + rm -f ./index.html.tmp } ###########################################################