lib/docker-sync/sync_strategy/unison.rb in docker-sync-0.4.4.beta1 vs lib/docker-sync/sync_strategy/unison.rb in docker-sync-0.4.4.beta2
- old
+ new
@@ -140,10 +140,11 @@
else "-prefer #{@options['sync_prefer']}"
end
end
def start_container
- say_status 'ok', 'Starting unison', :white
+ say_status 'ok', "Starting unison for sync #{@sync_name}", :white
+
container_name = get_container_name
volume_name = get_volume_name
env = {}
say_status 'ok', 'sync_user is no longer supported, since it ise no needed, use sync_userid only please', :yellow if @options.key?('sync_user')