From 407fb7a395228b78ed51ab7893728cdda20ce83a Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 12:00:35 -0400 Subject: [PATCH] updaeted commmand --- laradock.sh => sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename laradock.sh => sync.sh (90%) diff --git a/laradock.sh b/sync.sh similarity index 90% rename from laradock.sh rename to sync.sh index 9c9ea93f..c88a600b 100755 --- a/laradock.sh +++ b/sync.sh @@ -5,7 +5,7 @@ if [[ $# -eq 0 ]] ; then fi if [ "$1" == "up" ] ; then - echo "Initializing Docker Sync"; + echo "Initializing Docker Sync (may take several minutes the first time)"; docker-sync start; echo "Initializing Docker Compose"; shift; # removing first argument