start exit, launch keeps running

This commit is contained in:
fred 2022-12-23 16:00:19 +01:00
parent 7fc9b6bef7
commit 57623e9fbd
3 changed files with 5 additions and 4 deletions

View File

@ -25,7 +25,7 @@ case "${1:-${cmd:-start}}" in
cron
log &
zen
exec "$ASTROPORT_DIR/start.sh"
exec "$ASTROPORT_DIR/launch.sh"
;;
install)

View File

@ -278,8 +278,9 @@ echo "#############################################"
if [[ $XDG_SESSION_TYPE == 'x11' ]]; then
##########################################################
## ON BOARDING PLAYER
~/.zen/Astroport.ONE/start.sh &
sleep 1
~/.zen/Astroport.ONE/start.sh
~/.zen/Astroport.ONE/tools/displaytimer.sh 3
espeak "Create your TW keys"
xdg-open "http://astroport.localhost:1234"
echo "EXPERIMENTAL ### RECOPIEZ VOS VSTREAM KODI DANS IPFS ## OUI ? ENTER sinon Ctrl+C"

View File

@ -26,4 +26,4 @@ echo "(RE)STARTING 12345.sh"
mkdir -p ~/.zen/tmp
~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log &
echo $! > ~/.zen/.pid && wait
echo $! > ~/.zen/.pid