mirror of https://github.com/tteck/Proxmox.git
Update nocodb-install.sh
This commit is contained in:
parent
176c8504dc
commit
308231fb9b
|
@ -88,8 +88,9 @@ WorkingDirectory=/opt/nocodb
|
||||||
ExecStart=/usr/bin/npm start
|
ExecStart=/usr/bin/npm start
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target" > $service_path
|
WantedBy=multi-user.target" > $service_path &>/dev/null
|
||||||
systemctl enable --now nocodb.service
|
systemctl enable --now nocodb.service &>/dev/null
|
||||||
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||||
if [[ $PASS != $ ]]; then
|
if [[ $PASS != $ ]]; then
|
||||||
|
|
Loading…
Reference in New Issue