aux portes du bash

This commit is contained in:
fred 2022-12-14 19:38:13 +01:00
parent 5265e6d458
commit 3495fce3ff
1 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ echo "(RE)STARTING 12345.sh"
# killall "12345.sh"; killall "_12345.sh"; killall "nc"; killall "command.sh"
mkdir -p ~/.zen/tmp
~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log &
PID=$! && echo $PID > ~/.zen/.pid && wait
exec ~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log &
echo $! > ~/.zen/.pid && wait