From 57623e9fbd2697d4c57d7c82edb7aaaac5113fc7 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 23 Dec 2022 16:00:19 +0100 Subject: [PATCH] start exit, launch keeps running --- docker/astroport/astroport.sh | 2 +- install.sh | 5 +++-- start.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docker/astroport/astroport.sh b/docker/astroport/astroport.sh index ab055ba98..c7ee211a0 100755 --- a/docker/astroport/astroport.sh +++ b/docker/astroport/astroport.sh @@ -25,7 +25,7 @@ case "${1:-${cmd:-start}}" in cron log & zen - exec "$ASTROPORT_DIR/start.sh" + exec "$ASTROPORT_DIR/launch.sh" ;; install) diff --git a/install.sh b/install.sh index b3ec9708c..d90e29725 100755 --- a/install.sh +++ b/install.sh @@ -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" diff --git a/start.sh b/start.sh index 5b7f36d3e..1e690a9fd 100755 --- a/start.sh +++ b/start.sh @@ -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