From 5c31dc6e833a76914ced7a216c5026d7716819ee Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 19 Sep 2021 15:42:24 -0700 Subject: [PATCH] Fix typo --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index 547541bc..f2e746ac 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -310,7 +310,7 @@ function setupWiredNetworking() { echo "Modified /etc/network/interfaces.d/rascsi_bridge" echo "Configuration completed!" - echo "Please make sure you attach ia DaynaPORT network adapter to the RaSCSI configuration." + echo "Please make sure you attach a DaynaPORT network adapter to the RaSCSI configuration." echo "Either use the Web UI, or do this on the command line (assuming SCSI ID 6): \"rascsi -ID 6 -t scdp $LAN_INTERFACE\"" echo "" echo "We need to reboot your Pi"