Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Add full path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan271 committed Feb 8, 2021
1 parent e6dbb7e commit ed77e58
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions server/boot/0-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ module.exports = function (app) {
}]
}, function (err, res) {
if (res != 0) {
console.error("========================================")
console.error("========================================")
console.error("========================================")
console.error("========================================")
console.error("========================================")
console.error("========================================")
console.error("=============================================")
console.error("=============================================")
console.error("=============================================")
console.error("=============================================")
console.error("=============================================")
console.error("=============================================")
console.error()
console.error(" Warning: contains old ID format ")
console.error(" please run the script ")
console.error(" == replaceObjectIds.sh == ")
console.error(" on your mongo DB !")
console.error(" Warning: your DB contains old ID format ")
console.error(" please run the script ")
console.error(" == catamel/scripts/replaceObjectIds.sh == ")
console.error(" on your mongo DB ! ")
console.error()
console.error("========================================")
console.error("========================================")
Expand Down

0 comments on commit ed77e58

Please sign in to comment.