RandomString Location

This commit is contained in:
Alex Manning 2021-02-26 13:52:50 +00:00
parent 62b2943f30
commit b92fec27eb

View file

@ -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