From dd5e19cabb4bf42f7d63613aa3bca00020c1da61 Mon Sep 17 00:00:00 2001 From: Bradley Richins Date: Fri, 15 May 2020 02:18:31 -0600 Subject: [PATCH] Fixed a typo in var changed first apper. of `userhome=$HOME` to `usrhome=$HOME` --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 02acf3b..27bca6d 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ working() { echo "$statustxt [Done]" } -userhome=$HOME +usrhome=$HOME SHELL_TEST=$(basename "$SHELL") funcheck=(dialog --title "ZPower Installer v2" --radiolist "Select the groups they belong:" 0 0 0)