fixed start-server script

This commit is contained in:
2024-05-28 22:37:31 -07:00
parent 794bc75b38
commit 9a0c639c96

View File

@ -30,4 +30,5 @@ for (( i=1; i<=$#; i++ )); do
fi fi
done done
eval "${kill_command}; ${command} & disown" $kill_command
eval "${command} & disown"