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

Update node-red-themes.sh

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

@ -41,11 +41,8 @@ option_picked(){
clear
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
option_picked "Installing Default Theme";
@ -93,7 +90,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
echo -en "${GN} Installing ${THEME} Theme... "
cd /root/.node-red

Loading…
Cancel
Save

Powered by BW's shoe-string budget.