aboutsummaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-30 23:33:27 +0200
committerKarel Kočí <cynerd@email.cz>2016-03-30 23:41:15 +0200
commit7c635fe498b2c7d158a44ceaa525fe7317adb079 (patch)
treee1e517a6d1f583668973ee6e82d0e2b3199c66ee /tests/prepare.sh
parent51278d4ef4aaa5d7b9e497fd333bd4e61f582fc9 (diff)
downloadmcserver-wrapper-7c635fe498b2c7d158a44ceaa525fe7317adb079.tar.gz
mcserver-wrapper-7c635fe498b2c7d158a44ceaa525fe7317adb079.tar.bz2
mcserver-wrapper-7c635fe498b2c7d158a44ceaa525fe7317adb079.zip
Removing configuration files and more
Such small application doesn't requires configuration files. Originally intended for more expansion, but now those features are developed separately. This is not indented as simple SystemD friendly wrapper simple as possible.
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index 89982c3..17e466d 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -4,9 +4,6 @@ if [[ "$(basename -- "$0")" = "prepare.sh" ]]; then
exit 1
fi
-# Write basic configuration
-cp ../example.conf mcwrapper.conf
-
if [[ $PREPARED != "y" ]]; then
# Move to known directory
cd "$( readlink -f "${BASH_SOURCE[0]}" )"