Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
Update startserver.sh for Linux-ers, make scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 2, 2016
1 parent e00ddd5 commit 956475a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Empty file modified launch.bat
100644 → 100755
Empty file.
Empty file modified launch.sh
100644 → 100755
Empty file.
7 changes: 5 additions & 2 deletions startserver.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash
function start_server {

screen -dm -S KCauldronServer ./launch.sh
SERVER_NAME="ThermosServer"
echo "Starting..."
screen -dm -S $SERVER_NAME ./launch.sh
echo "Started! Check screen -x $SERVER_NAME for your server."
echo "Do ctrl+a+d to leave the console."
}

start_server

0 comments on commit 956475a

Please sign in to comment.