Explorar el Código

updated install script to check for commands

Leo dev hace 3 días
padre
commit
d00f26a672
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      install.sh

+ 0 - 2
install.sh

@@ -16,8 +16,6 @@ SERVICE_FILE="/etc/systemd/system/$SERVICE_NAME.service"
 NODE_BIN="$(which node)"
 RUN_USER="$(whoami)"  # change if needed
 
-exit 0
-
 # Backup if exists
 if [ -d "$INSTALL_DIR" ]; then
     echo "Sentryx already exists, backing up..."