Any pro's and cons's of using TPM Auto unlock on a LGO?
Any pro's and cons's of using TPM Auto unlock on a LGO?
konsole -e /path/to/script?ls > logfile.log will write the output of ls command to logfile.log
konsole -e function_namekonsole -e "bash -c $(comfyinit)" should work?konsole -e /path/to/scriptls > logfile.log#!/bin/bash
# activate the venv
source venv/bin/activate
# start comfyui
python3 main.pykonsole -e function_namefuction_namekonsole -e "bash -c $(comfyinit)"#!/bin/bash
exec konsole -e /path/to/script #!/bin/bash
comfyinit () {
# activate the venv
source venv/bin/activate
# start comfyui
python3 main.py
}
exec konsole -e $(comfyinit)konsole -e 'bash -c "source venv/bin/activate && python main.py"'