Browse Source

'rm' command: execute as user

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
225bff97ba
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 -f ./index.html.tmp
cmd "rm -f ./index.html.tmp"
}
###########################################################


Loading…
Cancel
Save