START DAEMONS 1234 12345

This commit is contained in:
fred 2022-12-14 19:29:09 +01:00
parent 8b94ff9d83
commit 7f35e279c0
2 changed files with 2 additions and 12 deletions

View File

@ -25,14 +25,4 @@ echo "(RE)STARTING 12345.sh"
mkdir -p ~/.zen/tmp mkdir -p ~/.zen/tmp
exec ~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log & exec ~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log &
PID=$! PID=$! && echo $PID > ~/.zen/.pid && wait
echo $PID > ~/.zen/.pid
echo "HTTP API : http://$myIP:1234"
sleep 2
cat ~/.zen/tmp/12345.log
echo "API DEBUG : tail -f ~/.zen/tmp/12345.log"
###################################################
${MY_PATH}/command.sh

View File

@ -315,7 +315,7 @@ then
"gifanime": "'/ipfs/${ANIMH}'", "gifanime": "'/ipfs/${ANIMH}'",
"type": "'${TidType}'", "type": "'${TidType}'",
"mime": "'${MIME}'", "mime": "'${MIME}'",
"ipfsdur": "'${ipfsdur}'", "dur": "'${ipfsdur}'",
"cat": "'${CAT}'", "cat": "'${CAT}'",
"size": "'${FILE_BSIZE}'", "size": "'${FILE_BSIZE}'",
"description": "'${DESCRIPTION}'", "description": "'${DESCRIPTION}'",