mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 19:45: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="*"
|
export PROTON_DLL_COPY="*"
|
||||||
fi
|
fi
|
||||||
if [ ! -d "$WINEPREFIX"/pfx ]; then
|
if [ ! -d "$WINEPREFIX"/pfx ]; then
|
||||||
ln -s "$WINEPREFIX" "$WINEPREFIX"/pfx > log 2>&1
|
ln -s "$WINEPREFIX" "$WINEPREFIX"/pfx > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
if [ ! -f "$WINEPREFIX"/tracked_files ]; then
|
if [ ! -f "$WINEPREFIX"/tracked_files ]; then
|
||||||
touch "$WINEPREFIX"/tracked_files
|
touch "$WINEPREFIX"/tracked_files
|
||||||
fi
|
fi
|
||||||
if [ ! -f "$WINEPREFIX/dosdevices/" ]; then
|
if [ ! -f "$WINEPREFIX/dosdevices/" ]; then
|
||||||
mkdir -p "$WINEPREFIX"/dosdevices
|
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
|
||||||
fi
|
fi
|
||||||
if [ -n "$PROTONPATH" ]; then
|
if [ -n "$PROTONPATH" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user