Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/bfadcb1c090a189fe94c368c6b96d3792a11d1c9?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update scaling-governor.sh

pull/727/head
tteckster 3 years ago committed by GitHub
parent cf1f174174
commit bfadcb1c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,8 +57,8 @@ show_menu() {
}
clear
show_menu
while [ $opt != '' ]; do
if [ $opt = '' ]; then
while [ "$opt" != "" ]; do
if [ "$opt" = "" ]; then
exit
else
case $opt in

Loading…
Cancel
Save

Powered by BW's shoe-string budget.