From 22f2cb7aa5898dcda6d273fb7b45564238d0e995 Mon Sep 17 00:00:00 2001 From: morrownr Date: Sun, 12 Feb 2023 17:36:39 -0600 Subject: [PATCH] fix some editing errors --- install-driver.sh | 8 ++++++-- remove-driver.sh | 8 ++++++-- save-log.sh | 6 +++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/install-driver.sh b/install-driver.sh index 12534d2..00bfb27 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -6,11 +6,15 @@ # # To make this file executable: # -# $ chmod +x edit-options.sh +# $ chmod +x install-driver.sh # # To execute this file: # -# $ sudo ./edit-options.sh +# $ sudo ./install-driver.sh +# +# or +# +# $ sudo sh install-driver.sh # # Copyright(c) 2023 Nick Morrow # diff --git a/remove-driver.sh b/remove-driver.sh index b932e29..e809c4e 100755 --- a/remove-driver.sh +++ b/remove-driver.sh @@ -6,11 +6,15 @@ # # To make this file executable: # -# $ chmod +x edit-options.sh +# $ chmod +x remove-driver.sh # # To execute this file: # -# $ sudo ./edit-options.sh +# $ sudo ./remove-driver.sh +# +# or +# +# $ sudo sh remove-driver.sh # # Copyright(c) 2023 Nick Morrow # diff --git a/save-log.sh b/save-log.sh index 06559ba..68e1c72 100755 --- a/save-log.sh +++ b/save-log.sh @@ -8,7 +8,11 @@ # # To execute this file: # -# $ sudo ./edit-options.sh +# $ sudo ./save-log.sh +# +# or +# +# $ sudo sh save-log.sh SCRIPT_NAME="save-log.sh"