Browse Source

Update nocodb-install.sh

tteckster 3 years ago
parent
commit
8c5f4dfa6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/nocodb-install.sh

+ 1 - 1
setup/nocodb-install.sh

@@ -88,7 +88,7 @@ WorkingDirectory=/opt/nocodb
 ExecStart=/usr/bin/npm start
 
 [Install]
-WantedBy=multi-user.target" > $service_path &>/dev/null
+WantedBy=multi-user.target" > $service_path
 systemctl enable --now nocodb.service &>/dev/null
 echo -e "${CM}${CL} \r"