mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +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}" ]
|
||||
then
|
||||
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
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue