mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 23:49:32 -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;
|
||||
|
||||
patchWorkspace() {
|
||||
patchWorkspaceReal |& tee "$DOS_WORKSPACE_ROOT/Logs/patchWorkspace-$DOS_VERSION.log";
|
||||
patchWorkspaceReal; #|& tee "$DOS_WORKSPACE_ROOT/Logs/patchWorkspace-$DOS_VERSION.log";
|
||||
}
|
||||
export -f patchWorkspace;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user