Skip to content
Snippets Groups Projects
Commit d3e4c7a7 authored by Viktor Vorobev's avatar Viktor Vorobev
Browse files

[NRRPLT-0000] HOTFIX

remove `source nrp_get_scm_version.sh` in the end of the `nrp_functions`, because this is not needed and makes problems with nrp_update script
parent 2a06ce50
No related branches found
No related tags found
No related merge requests found
...@@ -598,5 +598,3 @@ function add_new_user_tingoDB { ...@@ -598,5 +598,3 @@ function add_new_user_tingoDB {
node_modules/ts-node/dist/bin.js "$HBP"/nrpBackendProxy/utils/createFSUser.ts --user "$username" --password "$password" || { echo ERROR; exit 1; } node_modules/ts-node/dist/bin.js "$HBP"/nrpBackendProxy/utils/createFSUser.ts --user "$username" --password "$password" || { echo ERROR; exit 1; }
popd >/dev/null || { echo ERROR; exit 1; } popd >/dev/null || { echo ERROR; exit 1; }
} }
source nrp_get_scm_version.sh
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment