Add "svrjs" command.
This commit is contained in:
parent
bd61978389
commit
a16d4b237f
1 changed files with 3 additions and 0 deletions
|
@ -157,6 +157,9 @@ chmod a+x /usr/bin/svrjs-logviewer
|
||||||
cp /tmp/svrjs-utiltemplate /usr/bin/svrpasswd
|
cp /tmp/svrjs-utiltemplate /usr/bin/svrpasswd
|
||||||
echo 'node svrpasswd.js $PARAMETERS' >> /usr/bin/svrpasswd
|
echo 'node svrpasswd.js $PARAMETERS' >> /usr/bin/svrpasswd
|
||||||
chmod a+x /usr/bin/svrpasswd
|
chmod a+x /usr/bin/svrpasswd
|
||||||
|
cp /tmp/svrjs-utiltemplate /usr/bin/svrjs
|
||||||
|
echo 'node svr.js $PARAMETERS' >> /usr/bin/svrjs
|
||||||
|
chmod a+x /usr/bin/svrjs
|
||||||
|
|
||||||
##Create user for running SVR.JS and assign permissions of files
|
##Create user for running SVR.JS and assign permissions of files
|
||||||
echo "Creating user for running SVR.JS..."
|
echo "Creating user for running SVR.JS..."
|
||||||
|
|
Loading…
Reference in a new issue