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
|
shift 1
|
||||||
exec "$cmd" "$@"
|
exec "$cmd" "$@"
|
||||||
else
|
else
|
||||||
if $cmd test -e "$HOME/.config/git-annex/autostart"; then
|
git annex webapp &
|
||||||
git annex assistant --autostart || $cmd true
|
|
||||||
fi
|
|
||||||
/system/bin/sh
|
/system/bin/sh
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue