summaryrefslogtreecommitdiff
blob: 3dcce9c5d1bf1a54de5197699f236d9b9963fc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

PLANESHIFT_DIR="/opt/planeshift"

if [[ ! -d "${PLANESHIFT_DIR}" ]] ; then
	echo "Your Planeshift directory is missing. You need to reinstall Planeshift!"
	exit 1
fi

cd "${PLANESHIFT_DIR}"

export CRYSTAL="/opt/crystal/lib/crystalspace"
export CEL="/opt/crystal/lib/cel"

./pssetup $@