diff scripts/update-git-remotes @ 1204:2dcb03d77b03 draft

scripts/check_db_safety: don't complain so much about missing things they aren't unsafe
author cathugger <cathugger@cock.li>
date Sun, 13 May 2018 12:40:39 +0000
parents 79ed5d9678a8
children
line wrap: on
line diff
--- a/scripts/update-git-remotes	Sun May 13 15:26:47 2018 +0300
+++ b/scripts/update-git-remotes	Sun May 13 12:40:39 2018 +0000
@@ -3,6 +3,7 @@
 # Synchronizes git remotes with the user db
 #
 
+echo "checking database safety" >&2
 if ! `dirname "$0"`/check_db_safety; then
  exit 1
 fi