Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/a1a4dd1969bc9858be03d51966428cbfcc49fb30 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update README.md

pull/10/head
tteck 4 years ago committed by GitHub
parent 6aebe677ce
commit a1a4dd1969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -212,7 +212,7 @@ Create a new local admin (Change the username and password to match your prefere
```
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'password';
```
Give local admin root privileges (Change the username and password to match from above)
Give local admin root privileges (Change the username and password to match above)
```
GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
```

Loading…
Cancel
Save

Powered by BW's shoe-string budget.