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

Update nocodb.sh

revert test
pull/1955/head
tteckster 2 years ago committed by GitHub
parent f2a7a1699d
commit 8e6f0c185c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,21 +59,7 @@ cd /opt/nocodb
rm -rf nocodb
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
chmod +x nocodb
service_path="/etc/systemd/system/nocodb.service"
echo "[Unit]
Description=nocodb
[Service]
Type=simple
Restart=always
User=root
WorkingDirectory=/opt/nocodb
ExecStart=/opt/nocodb/./nocodb
[Install]
WantedBy=multi-user.target" >$service_path
systemctl -q daemon-reload
systemctl start -q nocodb.service
systemctl start nocodb.service
msg_ok "Updated Successfully"
exit
}

Loading…
Cancel
Save

Powered by BW's shoe-string budget.