openflighthpc / flight-desktop

Manage interactive GUI desktop sessions
Eclipse Public License 2.0
0 stars 2 forks source link

Allow desktops to be verified on start #16

Open WilliamMcCumstie opened 4 years ago

WilliamMcCumstie commented 4 years ago

Currently the start command will error if a desktop has not been verified. This can be easily rectified (some of the time) by running the verify command. Ideally this should be rolled into a single step within start --verify.

If the desktop has already been verified, then the flag should do nothing. Otherwise it should attempt to verify the desktop before starting the session.

benarmston commented 2 years ago

Related to #26