Skip to content

Commit 1696721

Browse files
committed
Added new line-break to new SSL option in Initial Setup script.
1 parent 45fd711 commit 1696721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initial_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
print()
1717
auto_config_delay = input("How long of a delay would you like without an active connection \nbefore auto-reconfiguration triggers (seconds)? [default: 300]: ")
1818
print()
19-
ssl_enabled_choice = input("Would you like to enable SSL during configuration mode (y/N)?: ")
19+
ssl_enabled_choice = input("Would you like to enable SSL during configuration mode \n(NOTICE: you will get a certificate ID error when connecting, \nbut traffic will be encrypted) (y/N)?: ")
2020
os.system('clear')
2121
print()
2222
print()

0 commit comments

Comments
 (0)