Browse Source

less strict 'rm' command

master
Pekka Helenius 6 years ago
committed by GitHub
parent
commit
d1c61000ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      updatewine.sh

+ 1
- 1
updatewine.sh View File

@ -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
}
###########################################################


Loading…
Cancel
Save