fix path to termux boot file
This commit is contained in:
parent
3fdfa8f565
commit
bed5271d3f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ensureInstalled = ifM (isJust <$> getEnv "GIT_ANNEX_PACKAGE_INSTALL")
|
|||
( do
|
||||
-- Integration with the Termux:Boot app.
|
||||
home <- myHomeDir
|
||||
let bootfile = home </> ".termux" </> "boot"
|
||||
let bootfile = home </> ".termux" </> "boot" </> "git-annex"
|
||||
unlessM (doesFileExist bootfile) $ do
|
||||
createDirectoryIfMissing True (takeDirectory bootfile)
|
||||
writeFile bootfile "git-annex assistant --autostart"
|
||||
|
|
Loading…
Reference in a new issue