mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00
Use proper recommendation message.
This commit is contained in:
parent
cb1ab78db8
commit
f2987ebe1e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ fn_loadconfig_dayz(){
|
||||||
if [ ! -f "${SERVER_INSTALL_FILE}" ]
|
if [ ! -f "${SERVER_INSTALL_FILE}" ]
|
||||||
then
|
then
|
||||||
echo
|
echo
|
||||||
echo -e "The DayZ server files are not installed yet. Run '${green}dayzserver install${default}'"
|
echo -e "The DayZ server files are not installed. Run '${green}docker-compose exec --rm main dayzserver install${default}'"
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue