Compare commits

..

7 Commits

Author SHA1 Message Date
tteckster 8e6f0c185c
Update nocodb.sh
revert test
2023-10-21 12:16:58 -04:00
tteckster f2a7a1699d
Update nocodb.sh 2023-10-21 11:59:21 -04:00
tteckster f2e58ac26e
Update nocodb.sh 2023-10-21 11:53:44 -04:00
tteckster b81028fb3b
Update nocodb.sh
tweak
2023-10-21 11:48:25 -04:00
tteckster 537a855553
Update nocodb.sh 2023-10-21 11:17:56 -04:00
tteckster a017ba7c00
Update nocodb.sh
tweak
2023-10-21 11:15:54 -04:00
tteckster 85cc309f8b
Update nocodb.sh
test
2023-10-21 11:00:50 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if [[ ! -f /etc/systemd/system/nocodb.service ]]; then msg_error "No ${APP} Inst
msg_info "Updating ${APP}"
systemctl stop nocodb.service
cd /opt/nocodb
rm nocodb
rm -rf nocodb
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
chmod +x nocodb
systemctl start nocodb.service