mirror of https://github.com/tteck/Proxmox.git
Compare commits
7 Commits
1e62c159f1
...
8e6f0c185c
Author | SHA1 | Date |
---|---|---|
|
8e6f0c185c | |
|
f2a7a1699d | |
|
f2e58ac26e | |
|
b81028fb3b | |
|
537a855553 | |
|
a017ba7c00 | |
|
85cc309f8b |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue