mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
Travis fixes (#9)
* updating code for travis-based compile * Adding files for travis * quick fix to config file * updating README * Update AuctionHouseBot.cpp Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
MOD_AH_BOT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
|
||||
|
||||
source $MOD_AH_BOT_ROOT"/conf/conf.sh.dist"
|
||||
|
||||
if [ -f $MOD_AH_BOT_ROOT"/conf/conf.sh" ]; then
|
||||
source $MOD_AH_BOT_ROOT"/conf/conf.sh"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user