]> gitweb.fluxo.info Git - scripts.git/commitdiff
Better error message at sync-code
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 May 2013 22:14:06 +0000 (19:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 May 2013 22:14:06 +0000 (19:14 -0300)
sync-code

index fc02c045e236ef5409150c935b2effc8e9405aa9..c0e28bb21322e285728385fe8fe3a29c679c2379 100755 (executable)
--- a/sync-code
+++ b/sync-code
@@ -21,7 +21,7 @@ function sync_code_run {
     echo "Starting sync using $config..."
     $UNISON $config
   else
-    echo "No such profile $HOME/.unison/$config.prf"
+    echo "Skipping absent profile $config."
     return 1
   fi
 }