mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-27 16:58:27 +00:00
Add notes on environment variables affecting install
This commit is contained in:
parent
e446278445
commit
9313d72a09
@ -103,6 +103,12 @@ if [ ! -z "$1" ]; then
|
|||||||
else
|
else
|
||||||
echo "You must specify your system steam user who own steamcmd directory to install ARK Tools."
|
echo "You must specify your system steam user who own steamcmd directory to install ARK Tools."
|
||||||
echo "Usage: ./install.sh steam"
|
echo "Usage: ./install.sh steam"
|
||||||
|
echo
|
||||||
|
echo "Environment variables affecting install:"
|
||||||
|
echo "EXECPREFIX: prefix in which to install arkmanager executable"
|
||||||
|
echo " [${EXECPREFIX}]"
|
||||||
|
echo "INSTALL_ROOT: staging directory in which to perform install"
|
||||||
|
echo " [${INSTALL_ROOT}]"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user