RandomString Location
This commit is contained in:
parent
62b2943f30
commit
b92fec27eb
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ Nightscout CGM in the cloud.
|
|||
|
||||
if [ "$1" = 1 ]; then
|
||||
pushd %{nodejs_sitelib}/%{name}
|
||||
/usr/bin/npm run-script generate-keys
|
||||
node bin/generateRandomString.js > %{_sysconfdir}/nightscout/randomString
|
||||
ln -s %{_sysconfdir}/nightscout/randomString tmp/randomString
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue