From 225bff97bac7def26e628c394eebf0c59e8afacf Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 27 Oct 2018 14:02:43 +0300 Subject: [PATCH] 'rm' command: execute as user --- updatewine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatewine.sh b/updatewine.sh index fd35e8f..8061999 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 -f ./index.html.tmp + cmd "rm -f ./index.html.tmp" } ###########################################################