From 8dd06e59f63af3f93e1c5532e18672d8cd71f12d Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 27 Feb 2018 01:09:08 +0100 Subject: [PATCH] Better way to say it --- lgsm/functions/command_start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index eae0d2a11..2cccfa271 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -40,9 +40,9 @@ fn_start_teamspeak3(){ date > "${rootdir}/${lockselfname}" # Accept license if [ ! -f "${executabledir}/.ts3server_license_accepted" ]; then - fn_script_log "Creating License acceptation file, which means you accept TeamSpeak License if you keep using it" - fn_print_info_nl "Creating License acceptation file, which means you accept TeamSpeak License if you keep using it" - fn_print_info_nl " * You can review the TeamSpeak License in ${executabledir}/LICENSE" + fn_script_log "Accepting ts3server license: ${executabledir}/LICENSE" + fn_print_info_nl "Accepting TeamSpeak license:" + fn_print_info_nl " * ${executabledir}/LICENSE" sleep 3 touch "${executabledir}/.ts3server_license_accepted" fi