2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Correct incorrect quotes

This commit is contained in:
Jarrod Johnson 2020-08-28 10:45:54 -04:00
parent 971187b006
commit a737ee7622

View File

@ -160,7 +160,7 @@ def install_tftp_content():
emprint('Unable to detect a directory for tftp content (check that tftp server is installed)')
return 1
if os.path.exists('/usr/lib/systemd/system/tftp.socket'):
if tftplocation == `/tftpboot`:
if tftplocation == '/tftpboot':
emprint('/tftpboot is detected as tftp directory, will not try to automatically enable tftp, as it is presumed to be externally managed')
else:
try: