added passwords syncronization with MySQL after everything has done

remotes/svn/2.7
Kirill Solomko 13 years ago
parent e47f7b8a67
commit b230ce5ce9

@ -178,5 +178,7 @@ cd /usr/share/ngcp-db-schema/db_scripts/diff/
revision_wrapper $(printf '%s\0' *.up | sort -z -n | while IFS= read -r -d "" file; do \
echo /usr/share/ngcp-db-schema/db_scripts/diff/$file; done)
echo "Syncronizing passwords with MySQL"
ngcp-sync-constants >/dev/null
## END OF FILE #################################################################

Loading…
Cancel
Save