full autostart support
git annex assistant --autostart will start separate daemons in each listed autostart repo running the webapp outside any git-annex repo will open it on the first listed autostart repo
This commit is contained in:
parent
23fe661d37
commit
60da0d6ad2
8 changed files with 134 additions and 23 deletions
|
@ -46,6 +46,10 @@ writeDesktop command = do
|
|||
writeDesktopMenuFile (autostart command) $
|
||||
autoStartPath "git-annex" configdir
|
||||
|
||||
programfile <- programFile
|
||||
createDirectoryIfMissing True (parentDir programFile)
|
||||
writeFile programfile command
|
||||
|
||||
main = getArgs >>= go
|
||||
where
|
||||
go [] = error "specify git-annex command"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue