Fixed a typo in var

changed first apper. of `userhome=$HOME` to `usrhome=$HOME`
This commit is contained in:
Bradley Richins
2020-05-15 02:18:31 -06:00
parent b9ff58ab6b
commit dd5e19cabb

View File

@@ -21,7 +21,7 @@ working() {
echo "$statustxt [Done]" echo "$statustxt [Done]"
} }
userhome=$HOME usrhome=$HOME
SHELL_TEST=$(basename "$SHELL") SHELL_TEST=$(basename "$SHELL")
funcheck=(dialog --title "ZPower Installer v2" --radiolist "Select the groups they belong:" 0 0 0) funcheck=(dialog --title "ZPower Installer v2" --radiolist "Select the groups they belong:" 0 0 0)