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

Update cronicle-install.sh

fix unbound variable
pull/1343/head
tteckster 2 years ago committed by GitHub
parent a472080127
commit d21c70bc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ $STD tar zxvf <(curl -fsSL https://github.com/jhuckaby/Cronicle/archive/${LATEST
$STD npm install $STD npm install
$STD node bin/build.js dist $STD node bin/build.js dist
sed -i "s/localhost:3012/${IP}:3012/g" /opt/cronicle/conf/config.json sed -i "s/localhost:3012/${IP}:3012/g" /opt/cronicle/conf/config.json
if [[ $SERV == "y" ]]; then $STD /opt/cronicle/bin/control.sh setup; fi $STD /opt/cronicle/bin/control.sh setup
$STD /opt/cronicle/bin/control.sh start $STD /opt/cronicle/bin/control.sh start
$STD cp /opt/cronicle/bin/cronicled.init /etc/init.d/cronicled $STD cp /opt/cronicle/bin/cronicled.init /etc/init.d/cronicled
chmod 775 /etc/init.d/cronicled chmod 775 /etc/init.d/cronicled

Loading…
Cancel
Save

Powered by BW's shoe-string budget.