Add flag to keeweb

Otherwise it doesn't start in Virtualbox
This commit is contained in:
Andreas Zweili 2023-06-28 09:06:39 +02:00
parent 42e9b468c0
commit cf30bc9c03

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "start keeweb"
nohup keeweb > ~/.local/share/nohup.out &
nohup keeweb --in-process-gpu > ~/.local/share/nohup.out &