Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kahatie committed Jun 23, 2015
1 parent 01ff4b4 commit 4c83d08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
install_path="/usr/share/teamspeak3-server"

# create variables for db path in docker container
db_path="$install_path/sql/ts3server.sqlitedb"
db_path="$install_path/ts3server.sqlitedb"

# create variables for files path in docker container
files_path="$install_path/files"
Expand Down Expand Up @@ -54,7 +54,7 @@ fi


# change dir to sql files
cd /usr/share/teamspeak3-server/sql/
cd /usr/share/teamspeak3-server/

# run teamspeak server
/usr/bin/teamspeak3-server logpath=/config dbsqlpath=/usr/share/teamspeak3-server/sql/ licensepath=/config
/usr/bin/teamspeak3-server logpath=/config dbsqlpath=/usr/share/teamspeak3-server/ licensepath=/config

0 comments on commit 4c83d08

Please sign in to comment.