From b37348608444717a452d594b8f8deb93db1a1f4e Mon Sep 17 00:00:00 2001 From: Janek <6506725+jkrgr0@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:14:10 +0000 Subject: [PATCH] fix(2fauth): :bug: Fixed unbound variable --- install/2fauth-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/2fauth-install.sh b/install/2fauth-install.sh index fd6fb61b..5c97b9d0 100644 --- a/install/2fauth-install.sh +++ b/install/2fauth-install.sh @@ -39,7 +39,7 @@ $STD mysql -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUSH echo "Database User: $DB_USER" echo "Database Password: $DB_PASS" echo "Database Name: $DB_NAME" -} >> ~/$APP_NAME.creds +} >> ~/${APPLICATION}.creds msg_ok "Set up Database" # Temp