mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
avoid dumping useless log file
This commit is contained in:
parent
733c6abc4f
commit
ff5d7c15b2
@ -45,14 +45,14 @@ if [ "$WINEPREFIX" ]; then
|
||||
export PROTON_DLL_COPY="*"
|
||||
fi
|
||||
if [ ! -d "$WINEPREFIX"/pfx ]; then
|
||||
ln -s "$WINEPREFIX" "$WINEPREFIX"/pfx > log 2>&1
|
||||
ln -s "$WINEPREFIX" "$WINEPREFIX"/pfx > /dev/null 2>&1
|
||||
fi
|
||||
if [ ! -f "$WINEPREFIX"/tracked_files ]; then
|
||||
touch "$WINEPREFIX"/tracked_files
|
||||
fi
|
||||
if [ ! -f "$WINEPREFIX/dosdevices/" ]; then
|
||||
mkdir -p "$WINEPREFIX"/dosdevices
|
||||
ln -s "../drive_c" "$WINEPREFIX/dosdevices/c:" > log 2>&1
|
||||
ln -s "../drive_c" "$WINEPREFIX/dosdevices/c:" > /dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
if [ -n "$PROTONPATH" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user