mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-09-13 08:03:28 +00:00
Fix wrong use of bash conditional.
This commit is contained in:
parent
a40003b659
commit
941071b790
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export cyan="\e[36m"
|
|||
export release_server_appid=223350
|
||||
|
||||
# Allow for the use of experimental via an environment variable
|
||||
if [ ${EXPERIMENTAL} != "" ]
|
||||
if [[ ${EXPERIMENTAL} != "" ]]
|
||||
then
|
||||
export release_server_appid=1042420
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue