Ver código fonte

updated install script to check for commands

Leo dev 3 dias atrás
pai
commit
d00f26a672
1 arquivos alterados com 0 adições e 2 exclusões
  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..."