mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 08:49:17 +00:00
fix(2fauth): 🐛 Fixed unbound variable
This commit is contained in:
parent
c3315cb5de
commit
b373486084
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user