Update storage-test.sh

This commit is contained in:
2025-05-04 10:11:24 -05:00
parent 990651b384
commit 600b1efa1c

View File

@@ -114,10 +114,10 @@ if [ "$1" = "" ]; then
Print_Style "$df) ${path// }" "$CYAN"
done
echo
read -r -p 'Drive #: ' drive_path </dev/tty
read -r -p '#: ' drive_path </dev/tty
echo
echo "cd ${drive_sel[${drive_path}]}"
echo "cd ${drive_sel['2']}"
exit 0
cd \
else