diff --git a/confluent_server/bin/osdeploy b/confluent_server/bin/osdeploy index 395db284..05238f89 100644 --- a/confluent_server/bin/osdeploy +++ b/confluent_server/bin/osdeploy @@ -162,8 +162,8 @@ def install_tftp_content(): if os.path.exists('/usr/lib/systemd/system/tftp.socket'): subprocess.check_call(['systemctl', 'enable', 'tftp.socket', '--now']) else: - print( - 'Unable to automatically enable TFTP server, please enable manually') + emprint( + 'Detected {0} as tftp directory, but unable to determine tftp service, ensure that a tftp server is installed and enabled manually'.format(tftplocation)) tftplocation = '{0}/confluent/x86_64'.format(tftplocation) try: os.makedirs(tftplocation)