mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
Fixing wineprefix directory cleanup
This commit is contained in:
parent
3f919e193b
commit
6fab7aed04
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ set -e
|
||||||
|
|
||||||
# Clean up Wine environment
|
# Clean up Wine environment
|
||||||
echo "Cleaning $WINEPREFIX"
|
echo "Cleaning $WINEPREFIX"
|
||||||
rm -rf $WINEPREFIX
|
rm -rf $WINEPREFIX/*
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
echo "Cleaning tmp"
|
echo "Cleaning tmp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue