mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-26 16:09:23 -05:00
Disable logging, has weird behavior
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
5f783a6618
commit
f4c2da950b
@ -28,7 +28,7 @@ resetWorkspace() {
|
|||||||
export -f resetWorkspace;
|
export -f resetWorkspace;
|
||||||
|
|
||||||
patchWorkspace() {
|
patchWorkspace() {
|
||||||
patchWorkspaceReal |& tee "$DOS_WORKSPACE_ROOT/Logs/patchWorkspace-$DOS_VERSION.log";
|
patchWorkspaceReal; #|& tee "$DOS_WORKSPACE_ROOT/Logs/patchWorkspace-$DOS_VERSION.log";
|
||||||
}
|
}
|
||||||
export -f patchWorkspace;
|
export -f patchWorkspace;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user