You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, printLineToFile doesn't have an override to specify that it's a shared file. It calls getFile(..., true), which defaults to a local file, not a shared file.
The text was updated successfully, but these errors were encountered:
When deploying in a headless environment, the
--allow
command line flag currently defaults to the user's directory, but it should instead default to the shared directory.tray/src/qz/utils/FileUtilities.java
Lines 459 to 460 in 0a8c36c
Currently,
printLineToFile
doesn't have an override to specify that it's a shared file. It callsgetFile(..., true)
, which defaults to a local file, not a shared file.The text was updated successfully, but these errors were encountered: