run webapp on startup

This commit is contained in:
Joey Hess 2013-05-02 22:42:51 -04:00
parent f7d2523adc
commit 9116580312

View file

@ -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
}