Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

v2.0.4

Compare
Choose a tag to compare
@chilcote chilcote released this 21 Jan 00:16
· 30 commits to master since this release

Adding support for adding login-once scripts to an override list so they will be run again.

Outset will now use os.walk to recursively traverse the respective root dirs, making it easier to group similar scripts in subdirectories, i.e.

├── login-once
│   ├── foo
│   │   ├── desktop_script_1.sh
│   │   └── desktop_script_2.sh
│   └── bar
│       ├── network_script_1.sh
│       └── network_script_2.sh