Explorar o código

Update nocodb-install.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
308231fb9b
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      setup/nocodb-install.sh

+ 3 - 2
setup/nocodb-install.sh

@@ -88,8 +88,9 @@ WorkingDirectory=/opt/nocodb
 ExecStart=/usr/bin/npm start
 
 [Install]
-WantedBy=multi-user.target" > $service_path
-systemctl enable --now nocodb.service
+WantedBy=multi-user.target" > $service_path &>/dev/null
+systemctl enable --now nocodb.service &>/dev/null
+echo -e "${CM}${CL} \r"
 
 PASS=$(grep -w "root" /etc/shadow | cut -b6);
   if [[ $PASS != $ ]]; then