text update

This commit is contained in:
Kendall Whitman
2026-02-04 08:12:29 -06:00
parent 940604658b
commit d1419177d0

View File

@@ -4,7 +4,7 @@ from pathlib import Path
def sym_link_dir():
confirm_link = input("Do you want to link home directories to external storage?(Y/n): ")
confirm_link = input("Do you want to link home directories to external storage? (Y/n): ")
if confirm_link.lower() == "y" or confirm_link.lower() == '':
target_dir = input("Specify the full path to the external storage: ")