small fix
This commit is contained in:
parent
1e5cf1fa07
commit
13acbebb29
|
@ -21,7 +21,7 @@ FIFO_FILE=/tmp/.snail.fifo
|
|||
/usr/lib/snail/lib32/libnvidia-tls.so \
|
||||
/usr/lib/snail/lib32/libnvidia-glcore.so" \
|
||||
snail.vglrun -d :8293 "$@" 2>/dev/null \
|
||||
&& echo "Application $@ was performed on nVidia ;-)"
|
||||
&& echo "Application $@ was performed on nVidia ;-)" \
|
||||
|| echo "Snail-daemon said that it has powered on nVidia but $@ fails to run for some reason ;-("
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue