Compare commits

..

No commits in common. "8e6f0c185cf24916ab2e4606a46a5cb204899b2b" and "1e62c159f1bd4f5117d815ba60f84c812666986a" have entirely different histories.

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 -rf nocodb
rm nocodb
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
chmod +x nocodb
systemctl start nocodb.service