run webapp on startup
This commit is contained in:
parent
f7d2523adc
commit
9116580312
1 changed files with 1 additions and 3 deletions
|
@ -104,9 +104,7 @@ run () {
|
|||
shift 1
|
||||
exec "$cmd" "$@"
|
||||
else
|
||||
if $cmd test -e "$HOME/.config/git-annex/autostart"; then
|
||||
git annex assistant --autostart || $cmd true
|
||||
fi
|
||||
git annex webapp &
|
||||
/system/bin/sh
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue