diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-10 11:06:55 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-10 11:06:55 -0400 | 
| commit | 51c43df478f58dda80fe6822232d9b615ae9ce41 (patch) | |
| tree | 00cfd92fc89faeea2e451c1a20ee4862e7574552 /include | |
| parent | 2f84e24a69fa8d83a73fad9280dbf8a5635e4768 (diff) | |
| download | stasis-51c43df478f58dda80fe6822232d9b615ae9ce41.tar.gz | |
Remove HOME redirection
* If the user wants that, they need to reassign HOME manually prior to executing OMC
Diffstat (limited to 'include')
| -rw-r--r-- | include/deliverable.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/deliverable.h b/include/deliverable.h index 04967c8..506354a 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -63,7 +63,6 @@ struct Delivery {       */      struct Storage {          char *root;                     ///< Top-level storage area -        char *home;                     ///< Temporary user account profile          char *tmpdir;                   ///< Temporary storage area (within root)          char *output_dir;               ///< Base path to where all artifacts are stored          char *delivery_dir;             ///< Delivery artifact output directory | 
