mirror of https://github.com/tteck/Proxmox.git
Update nocodb-install.sh
This commit is contained in:
parent
876ee75aab
commit
8c5f4dfa6b
|
@ -88,7 +88,7 @@ WorkingDirectory=/opt/nocodb
|
||||||
ExecStart=/usr/bin/npm start
|
ExecStart=/usr/bin/npm start
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target" > $service_path &>/dev/null
|
WantedBy=multi-user.target" > $service_path
|
||||||
systemctl enable --now nocodb.service &>/dev/null
|
systemctl enable --now nocodb.service &>/dev/null
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue