This commit is contained in:
fred 2022-12-14 19:50:54 +01:00
parent 67c740333b
commit f183544267
1 changed files with 1 additions and 1 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
exec '~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log' &
~/.zen/Astroport.ONE/12345.sh > ~/.zen/tmp/12345.log &
echo $! > ~/.zen/.pid && wait