From a16d4b237f0351f6f8623615a0642228ae263315 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 19 Feb 2024 03:43:24 +0100 Subject: [PATCH] Add "svrjs" command. --- installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer.sh b/installer.sh index 7dd9e51..350936e 100755 --- a/installer.sh +++ b/installer.sh @@ -157,6 +157,9 @@ chmod a+x /usr/bin/svrjs-logviewer cp /tmp/svrjs-utiltemplate /usr/bin/svrpasswd echo 'node svrpasswd.js $PARAMETERS' >> /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 echo "Creating user for running SVR.JS..."