mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4 lines
103 B
Bash
4 lines
103 B
Bash
|
#!/bin/sh
|
||
|
cd /opt
|
||
|
RUST_LOG=info,common=debug,common::net=info RUST_BACKTRACE=1 /opt/veloren-server-cli
|