Compare commits

..

No commits in common. "dd1be5e89fa5ec1c5a1023af2c375f0a3e1e2640" and "a40003b659a12925bce6b9468455e7a0e969a8da" have entirely different histories.

4 changed files with 3 additions and 5 deletions

View file

@ -36,7 +36,7 @@ export cyan="\e[36m"
export release_server_appid=223350 export release_server_appid=223350
# Allow for the use of experimental via an environment variable # Allow for the use of experimental via an environment variable
if [[ ${EXPERIMENTAL} != "" ]] if [ ${EXPERIMENTAL} != "" ]
then then
export release_server_appid=1042420 export release_server_appid=1042420
fi fi

View file

@ -3,6 +3,6 @@
set -eE set -eE
MAP="DeerIsle" MAP="DeerIsle"
DIR="Deerisle-Stable" DIR="DayZ-Deerisle-Stable"
REPO="https://github.com/johnmclane666/${DIR}.git" REPO="https://github.com/johnmclane666/${DIR}.git"
MPDIR="empty.deerisle" MPDIR="empty.deerisle"

View file

@ -582,7 +582,6 @@ status(){
# Map # Map
MAP=${MAP} MAP=${MAP}
# Number of mods plus the list denoting on or off # Number of mods plus the list denoting on or off
echo
echo -ne "Server files installed: ${INSTALLED}" echo -ne "Server files installed: ${INSTALLED}"
if [[ "${INSTALLED}" = "${NO}" ]] if [[ "${INSTALLED}" = "${NO}" ]]
then then

View file

@ -301,10 +301,9 @@ Version: ${VERSION}"
MODS=$(list) MODS=$(list)
if [[ ${MODS} == "" ]] if [[ ${MODS} == "" ]]
then then
echo -ne "Mods: ${red}none${default}" echo -ne "${red}none${default}"
fi fi
echo -e "${MODS}" echo -e "${MODS}"
echo
} }
map(){ map(){