mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Disable logging, has weird behavior
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
5f783a6618
commit
f4c2da950b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue