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

Update kernel-clean-v3.sh

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

@ -17,7 +17,7 @@ current_kernel=$(uname -r)
pve=$(pveversion)
while true; do
read -p "This will Clean Unused Kernel Images. Proceed(y/n)?" yn
read -p "This will Clean Unused Kernel Images, USE AT YOUR OWN RISK. Proceed(y/n)?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;

Loading…
Cancel
Save

Powered by BW's shoe-string budget.