We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68423c commit 6a89e91Copy full SHA for 6a89e91
1 file changed
server/scripts/run-server.sh
@@ -2,5 +2,5 @@
2
3
tmux kill-session -t RustyController 2>/dev/null && echo "Killed existing tmux session"
4
# Runs from /tmp for the update to only shutdown when it's starting the new version. (similar to a staging release)
5
-tmux new-session -d -s RustyController -c "$(pwd)" 'cp ./server/target/release/rusty_controller /tmp/running_rusty_controller; /tmp/running_rusty_controller'
+tmux new-session -d -s RustyController -c "$(pwd)" -e "LOKI_BASE_URL=$LOKI_BASE_URL" 'cp ./server/target/release/rusty_controller /tmp/running_rusty_controller; /tmp/running_rusty_controller'
6
echo "Started new tmux session for RustyController"
0 commit comments