Update nocodb-install.sh
This commit is contained in:
parent
876ee75aab
commit
8c5f4dfa6b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue