Compare commits

..

No commits in common. "0e3e0ab1160ab7e2dcd087cc94dae822d8e17d0a" and "d76d56f5633fc5a660f9781ce37417cc7ea78ceb" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -49,5 +49,5 @@ TMUX_SESSION=mcserver-"$instance"
case "$cmd" in
stop) tmux send-keys -t "$TMUX_SESSION" -l "$code_clear" 'stop' "$code_send" ;;
command) tmux send-keys -t "$TMUX_SESSION" -l "$code_clear" "$*" "$code_send" ;;
start|*) tmux new-window -t $TMUX_SESSION: "./start.sh" || tmux new-session -d -s $TMUX_SESSION "./start.sh";;
start|*) tmux new-window -t $TMUX_SESSION: "./start.sh" || tmux new-session -s $TMUX_SESSION "./start.sh";;
esac

View File

@ -1,5 +1,5 @@
[Unit]
Description=Minecraft server manager for server %i
Description=Minecraft server manager
Wants=network.target
After=network.target